update to latest version
This commit is contained in:
@@ -42,7 +42,8 @@ checkwait
|
||||
|
||||
# ADDING USER
|
||||
echo "[INFO] Adding user..."
|
||||
adduser $USER
|
||||
#adduser $USER
|
||||
useradd -m -s /bin/bash $USER
|
||||
echo $USER:$PASS | chpasswd
|
||||
adduser www-data $USER
|
||||
chmod go-rwx /home/$USER # Prevent other users to look into home directory. Webdir will be safe anyway.
|
||||
|
||||
Reference in New Issue
Block a user