diff --git a/scripts/show_changes b/scripts/show_changes index a2d4dd7..6c85ef3 100755 --- a/scripts/show_changes +++ b/scripts/show_changes @@ -18,7 +18,7 @@ if [[ ! -f "$top_src/.a2server_source" ]]; then exit 1 fi -newVersion=$(grep '^a2ServerVersion' "$top_src/install.sh" | cut -d '"' -f 2) +newVersion=$(grep '^a2serverVersion' "$top_src/install.sh" | cut -d '"' -f 2) if [[ -f /usr/local/etc/A2SERVER-version ]]; then read installedVersion