mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 02:48:27 +00:00
Output message when insufficient disk space detected
This commit is contained in:
parent
24e9e2954d
commit
9a854fbb94
@ -1397,6 +1397,8 @@ doInstall() {
|
||||
runSteamCMDAppUpdate "$arkserverroot" validate
|
||||
if [ $? -eq 5 ]; then
|
||||
echo "User ${steamlogin:-anonymous} login failed - please login to steamcmd manually"
|
||||
elif [ $? -eq 8 ]; then
|
||||
echo "Insufficient disk space to install the ARK server"
|
||||
fi
|
||||
# the current version should be the last version. We set our version
|
||||
instver="$(getCurrentVersion)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user