mirror of
https://github.com/ShaYmez/xlxd-debian-installer.git
synced 2024-11-12 23:16:10 -05:00
Update xlxd-debian-installer.sh
updated permissions for calling home
This commit is contained in:
parent
c981970e14
commit
97f2267642
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user