mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-13 03:18:28 +00:00
fixed two typos
This commit is contained in:
parent
d192a1fe64
commit
6ca7625d50
@ -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
|
||||
|
||||
@ -9,7 +9,7 @@ LOGFILE="${logdir}/${NAME}.log"
|
||||
DAEMON="/usr/bin/arkmanager"
|
||||
|
||||
depend(){
|
||||
require net
|
||||
need net
|
||||
}
|
||||
|
||||
start(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user