mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-16 12:28:27 +00:00
fixed statement
This commit is contained in:
parent
ee753f4897
commit
dcbea1dfd6
@ -58,7 +58,7 @@ checkConfig() {
|
|||||||
echo -e "[" "$RED" "ERROR" "$NORMAL" "]" "\tYour SteamCMD exec could not be found."
|
echo -e "[" "$RED" "ERROR" "$NORMAL" "]" "\tYour SteamCMD exec could not be found."
|
||||||
fi
|
fi
|
||||||
# steamcmd_user
|
# steamcmd_user
|
||||||
if [ ! getent passwd $steamcmd_user > /dev/null 2>&1 ] ; then
|
if ! getent passwd $steamcmd_user > /dev/null 2>&1 ; then
|
||||||
echo -e "[" "$RED" "ERROR" "$NORMAL" "]" "\tYour SteamCMD user is not valid."
|
echo -e "[" "$RED" "ERROR" "$NORMAL" "]" "\tYour SteamCMD user is not valid."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user