X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fshare%2Fcommon;h=42df68494fc9911c19b06896124baf7e426b8c41;hb=c27c0ad208919590a118d5f271d28b044beea9bb;hp=d60631e0ab99e1c074d9b5fef9a5b9b863510c4b;hpb=65e8a49c924eac3c46c93cb4bb9be9c739a58983;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