From b29e43b7562fe11fbe8d4ad44da99ea4ad6554c5 Mon Sep 17 00:00:00 2001 From: Dominic_dl Date: Fri, 27 Dec 2019 18:46:12 +0100 Subject: [PATCH] add full Path to runuser --- tools/arkmanager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/arkmanager b/tools/arkmanager index fa2153c..b90d138 100755 --- a/tools/arkmanager +++ b/tools/arkmanager @@ -193,7 +193,7 @@ runAsRoot(){ elif [ "$1" == "uninstall-tools" ]; then doUninstallTools else - exec runuser "$steamcmd_user" -s "$steamcmd_user_shellexec" -c "$(printf "%q" "$0")$(printf " %q" "$@")" + exec /sbin/runuser "$steamcmd_user" -s "$steamcmd_user_shellexec" -c "$(printf "%q" "$0")$(printf " %q" "$@")" exit 1 fi }