mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-23 23:18:28 +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
|
runSteamCMDAppUpdate "$arkserverroot" validate
|
||||||
if [ $? -eq 5 ]; then
|
if [ $? -eq 5 ]; then
|
||||||
echo "User ${steamlogin:-anonymous} login failed - please login to steamcmd manually"
|
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
|
fi
|
||||||
# the current version should be the last version. We set our version
|
# the current version should be the last version. We set our version
|
||||||
instver="$(getCurrentVersion)"
|
instver="$(getCurrentVersion)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user