From b2e041413ac60795dd8318b8d8c45c4c21251cd7 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Mon, 12 Oct 2015 06:21:38 +1000 Subject: [PATCH] Fix "arkmanager installed" to use steamcmd_user --- netinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netinstall.sh b/netinstall.sh index 37eb54e..867428f 100644 --- a/netinstall.sh +++ b/netinstall.sh @@ -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