瀏覽代碼

Use default shell

Bob Mottram 8 年之前
父節點
當前提交
5054a58d7b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-scuttlebot

+ 1
- 1
src/freedombone-app-scuttlebot 查看文件

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