Add libexec/portzap/portzap-adduser

This commit is contained in:
0x1eef 2024-04-01 20:57:06 -03:00
parent 7a22d2a9a5
commit 5dc23097b9

View file

@ -0,0 +1,8 @@
#!/bin/sh
set -e
pw useradd -n _portzap \
-c "portzap user" \
-m \
-M "u=rwx,g=rwx,o=" \
-s /sbin/nologin
echo "/home/_portzap/ has been created."