mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-25 15:58:27 +00:00
fixed two typos
This commit is contained in:
parent
d192a1fe64
commit
6ca7625d50
@ -80,7 +80,7 @@ checkConfig() {
|
|||||||
fi
|
fi
|
||||||
# arkserverexec
|
# arkserverexec
|
||||||
if [ ! -f "$arkserverroot/$arkserverexec" ] ; then
|
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
|
fi
|
||||||
|
|
||||||
# Service configuration
|
# Service configuration
|
||||||
|
|||||||
@ -9,7 +9,7 @@ LOGFILE="${logdir}/${NAME}.log"
|
|||||||
DAEMON="/usr/bin/arkmanager"
|
DAEMON="/usr/bin/arkmanager"
|
||||||
|
|
||||||
depend(){
|
depend(){
|
||||||
require net
|
need net
|
||||||
}
|
}
|
||||||
|
|
||||||
start(){
|
start(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user