mirror of
https://github.com/ShaYmez/xlxd-debian-installer.git
synced 2025-03-06 19:38:45 -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
|
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/apache.tbd/$XLXDOMAIN/g" /etc/apache2/sites-available/$XLXDOMAIN.conf
|
||||||
sed -i "s/ysf-xlxd/xlxd/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
|
a2ensite $XLXDOMAIN
|
||||||
service xlxd start
|
service xlxd start
|
||||||
systemctl restart apache2
|
systemctl restart apache2
|
||||||
|
Loading…
Reference in New Issue
Block a user