mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 19:48:27 +00:00
Fix "arkmanager installed" to use steamcmd_user
This commit is contained in:
parent
1165dc1509
commit
b2e041413a
@ -44,7 +44,7 @@ rm -rf /tmp/ark-server-tools-${channel}
|
||||
# Print messages
|
||||
case "$status" in
|
||||
"0")
|
||||
echo "ARK Server Tools were correctly installed in your system inside the home directory of $1!"
|
||||
echo "ARK Server Tools were correctly installed in your system inside the home directory of $steamcmd_user!"
|
||||
;;
|
||||
|
||||
"1")
|
||||
@ -52,6 +52,6 @@ case "$status" in
|
||||
;;
|
||||
"2")
|
||||
echo "WARNING: A previous version of ARK Server Tools was detected in your system, your old configuration was not overwritten. You may need to manually update it."
|
||||
echo "ARK Server Tools were correctly installed in your system inside the home directory of $1!"
|
||||
echo "ARK Server Tools were correctly installed in your system inside the home directory of $steamcmd_user!"
|
||||
;;
|
||||
esac
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user