From 3333e57ffcc1051db2f737711a28c86c21fffd04 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 23 Apr 2015 09:31:44 +0200 Subject: [PATCH] Update utility scripts --- setup-root.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup-root.sh b/setup-root.sh index ccd9e6f..7b4b756 100644 --- a/setup-root.sh +++ b/setup-root.sh @@ -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!"