diff --git a/scripts/show_changes b/scripts/show_changes index 22e7b42..f26291d 100755 --- a/scripts/show_changes +++ b/scripts/show_changes @@ -21,7 +21,7 @@ fi newVersion=$(grep '^a2cloudVersion' "$a2cSource/install.sh" | cut -d '"' -f 2) if [[ -f /usr/local/etc/A2CLOUD-version ]]; then - installedVersion="$(cat /usr/local/etc/A2CLOUD-version)" + read installedVersion