mirror of
https://github.com/RasppleII/a2server.git
synced 2025-01-02 11:29:36 +00:00
I thought I already fixed a2serverVersion
This commit is contained in:
parent
5010a496e6
commit
e499a3db46
@ -18,7 +18,7 @@ if [[ ! -f "$top_src/.a2server_source" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
if [[ -f /usr/local/etc/A2SERVER-version ]]; then
|
||||||
read installedVersion </usr/local/etc/A2SERVER-version
|
read installedVersion </usr/local/etc/A2SERVER-version
|
||||||
|
Loading…
Reference in New Issue
Block a user