mirror of
https://github.com/n5amd/Multi-Reflector-Installer.git
synced 2025-12-06 03:42:00 +01:00
Update Multi-Reflector-Installer.sh
moved apache2 restart to last
This commit is contained in:
parent
0942f4ea8f
commit
05ac3a8751
|
|
@ -244,14 +244,14 @@ echo "--------------------------------------"
|
|||
a2ensite $XLXDOMAIN
|
||||
a2ensite $YSFDOMAIN
|
||||
echo "--------------------------------------"
|
||||
echo "Reloading apace2."
|
||||
echo "--------------------------------------"
|
||||
service apache2 restart
|
||||
echo "------------------------------------------------------------------------------"
|
||||
echo "Starting xlxd and YSFReflector... "
|
||||
echo "------------------------------------------------------------------------------"
|
||||
echo "--------------------------------------"
|
||||
service xlxd start
|
||||
service ysfreflector start
|
||||
echo "--------------------------------------"
|
||||
echo "Reloading apace2."
|
||||
echo "--------------------------------------"
|
||||
systemctl restart apache2
|
||||
echo ""
|
||||
echo ""
|
||||
echo "***********************************************************************************"
|
||||
|
|
|
|||
Loading…
Reference in a new issue