I thought I already fixed a2serverVersion

This commit is contained in:
T. Joseph Carter 2018-09-09 16:01:54 -07:00
parent 5010a496e6
commit e499a3db46
1 changed files with 1 additions and 1 deletions

View File

@ -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 </usr/local/etc/A2SERVER-version