X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fshare%2Fcommon;h=42df68494fc9911c19b06896124baf7e426b8c41;hb=6ac65451b22d7112c986f632984db6691c7a3b2a;hp=d60631e0ab99e1c074d9b5fef9a5b9b863510c4b;hpb=0dc13ca3b54ecd5ce311f88fed736aca1774b525;p=monkeysphere.git diff --git a/src/share/common b/src/share/common index d60631e..42df684 100644 --- a/src/share/common +++ b/src/share/common @@ -95,7 +95,7 @@ su_monkeysphere_user() { # if the current user is the monkeysphere user, then just eval # command if [ $(id -un) = "$MONKEYSPHERE_USER" ] ; then - eval "$@" + bash -c "$@" # otherwise su command as monkeysphere user else