From 97f2267642fd1e2153f7835b695f88d5cc5d85a1 Mon Sep 17 00:00:00 2001 From: Ben <43531228+n5amd@users.noreply.github.com> Date: Sat, 10 Aug 2019 16:19:57 -0500 Subject: [PATCH] Update xlxd-debian-installer.sh updated permissions for calling home --- xlxd-debian-installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xlxd-debian-installer.sh b/xlxd-debian-installer.sh index 85b072f..54b84d8 100755 --- a/xlxd-debian-installer.sh +++ b/xlxd-debian-installer.sh @@ -99,7 +99,8 @@ echo "Copying directives and reloading apache... " cp $DIRDIR/templates/apache.tbd.conf /etc/apache2/sites-available/$XLXDOMAIN.conf sed -i "s/apache.tbd/$XLXDOMAIN/g" /etc/apache2/sites-available/$XLXDOMAIN.conf sed -i "s/ysf-xlxd/xlxd/g" /etc/apache2/sites-available/$XLXDOMAIN.conf -chown -R www-data: /var/www/xlxd/ +chown -R www-data:www-data /var/www/xlxd/ +chown -R www-data:www-data /xlxd/ a2ensite $XLXDOMAIN service xlxd start systemctl restart apache2