Explorar el Código

Use default shell

Bob Mottram hace 8 años
padre
commit
5054a58d7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-scuttlebot

+ 1
- 1
src/freedombone-app-scuttlebot Ver fichero

@@ -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