Fix portzap-adduser

This commit is contained in:
0x1eef 2024-04-02 23:19:19 -03:00
parent 06dff95866
commit 04661c3b1b

View file

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