mirror of
https://github.com/RasppleII/a2server.git
synced 2026-04-19 06:35:02 +00:00
I thought I already fixed a2serverVersion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user