Update Multi-Reflector-Installer.sh

moved apache2 restart to last
This commit is contained in:
Ben 2019-05-12 11:36:10 -05:00 committed by GitHub
parent 0942f4ea8f
commit 05ac3a8751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 "***********************************************************************************"