We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabb075 commit 7119990Copy full SHA for 7119990
scripts/start.sh
@@ -79,7 +79,7 @@ if [ ! -d "$ROOT/tmp" ]; then
79
mkdir "$ROOT/tmp"
80
fi
81
82
-sudo_cmd=''
+sudo_cmd=env
83
## check if user switching is enabled - in that case we have to sudo
84
if grep -i ^exec.match.user conf/rcloud.conf >/dev/null 2>&1; then
85
if [ `id -u` != 0 ]; then
0 commit comments