Browse Source

Use default shell

Bob Mottram 8 years ago
parent
commit
5054a58d7b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-scuttlebot

+ 1
- 1
src/freedombone-app-scuttlebot View File

@@ -162,7 +162,7 @@ function install_scuttlebot {
162 162
     fi
163 163
 
164 164
     # an unprivileged user to run as
165
-    useradd -d /etc/scuttlebot/ -s /bin/false scuttlebot
165
+    useradd -d /etc/scuttlebot/ scuttlebot
166 166
 
167 167
     # daemon
168 168
     echo '[Unit]' > /etc/systemd/system/scuttlebot.service