diff --git a/bin/qemush b/bin/qemush index b716638..21f140e 100755 --- a/bin/qemush +++ b/bin/qemush @@ -7,7 +7,7 @@ exec_as() { if [ "$(whoami)" != "$user" ]; then exec sudo -u "$user" "$0" "$@" else - cd + cd || return fi }