update to latest version

This commit is contained in:
2016-02-26 02:22:04 +01:00
parent c6275b7557
commit 38fcc24bcc
6 changed files with 21 additions and 9 deletions

View File

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