Update utility scripts

master
Sven Slootweg 9 years ago
parent 0ad8e99af5
commit 3333e57ffc

@ -1,6 +1,5 @@
set -e
useradd pdfy
cd /home/pdfy
apt-get install -y authbind
@ -10,6 +9,8 @@ touch /etc/authbind/byport/80
chown pdfy /etc/authbind/byport/80
chmod 755 /etc/authbind/byport/80
chown -R pdfy:pdfy .
su -c "./setup.sh" pdfy
echo "Done!"

Loading…
Cancel
Save