Merge commit 'dkg/master'
[monkeysphere.git] / debian / monkeysphere.postinst
index d3c3b96fb341e16b10749f92485a2a5b5135acde..981c9dfb23d3ef0171f2f327a37f9d29ca644bc5 100755 (executable)
@@ -11,7 +11,7 @@ if ! getent passwd monkeysphere >/dev/null ; then
     echo "adding monkeysphere user..."
     adduser --quiet --system --no-create-home --group \
        --home "$VARLIB" \
-       --shell '/bin/sh' \
+       --shell '/bin/bash' \
        --gecos 'monkeysphere authentication user,,,' \
        monkeysphere
 fi