diff options
-rw-r--r-- | src/share/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/common b/src/share/common index f9be05a..9e8a193 100644 --- a/src/share/common +++ b/src/share/common @@ -108,7 +108,7 @@ su_monkeysphere_user() { # if root, su command as monkeysphere user 'root') - su "$MONKEYSPHERE_USER" -c "$*" + su "$MONKEYSPHERE_USER" -s "$(which bash)" -c "$*" ;; # otherwise, fail |