mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 03:38:27 +00:00
Fix upgrade-tools
This commit is contained in:
parent
18f19b4004
commit
63590c4fb5
@ -57,10 +57,10 @@ doUpgradeToolsFromCommit(){
|
||||
rm -rf "$tmpdir"
|
||||
|
||||
if [ "$result" = 0 ] || [ "$result" = 2 ]; then
|
||||
"ARK Server Tools successfully upgraded"
|
||||
echo "ARK Server Tools successfully upgraded"
|
||||
"$0" --version
|
||||
else
|
||||
"ARK Server Tools upgrade failed"
|
||||
echo "ARK Server Tools upgrade failed"
|
||||
fi
|
||||
exit $result
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user