Fix portzap-adduser
This commit is contained in:
parent
06dff95866
commit
04661c3b1b
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ set -e
|
|||
pw useradd -n _portzap \
|
||||
-c "portzap user" \
|
||||
-m \
|
||||
-M "u=rwx,g=rwx,o=" \
|
||||
-M "u=rwX,g=rwX,o=" \
|
||||
-s /sbin/nologin
|
||||
chmod -R u=rwX,g=rwX,o= /home/_portzap/
|
||||
echo "/home/_portzap/ has been created."
|
||||
|
|
Loading…
Reference in a new issue