fixed two typos

This commit is contained in:
FezVrasta 2015-07-09 13:49:54 +02:00
parent d192a1fe64
commit 6ca7625d50
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ checkConfig() {
fi
# arkserverexec
if [ ! -f "$arkserverroot/$arkserverexec" ] ; then
echo -e "[" "$YELLOW" "WARN" "$NORMAL" "]" "\tYour SteamCMD exec could not be found."
echo -e "[" "$YELLOW" "WARN" "$NORMAL" "]" "\tYour ARK server exec could not be found."
fi
# Service configuration

View File

@ -9,7 +9,7 @@ LOGFILE="${logdir}/${NAME}.log"
DAEMON="/usr/bin/arkmanager"
depend(){
require net
need net
}
start(){