From 05ac3a8751e05596eea031a6c1e4152a5357dddc Mon Sep 17 00:00:00 2001 From: Ben <43531228+n5amd@users.noreply.github.com> Date: Sun, 12 May 2019 11:36:10 -0500 Subject: [PATCH] Update Multi-Reflector-Installer.sh moved apache2 restart to last --- Multi-Reflector-Installer.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Multi-Reflector-Installer.sh b/Multi-Reflector-Installer.sh index 3e5be2e..5e2e320 100755 --- a/Multi-Reflector-Installer.sh +++ b/Multi-Reflector-Installer.sh @@ -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 "***********************************************************************************"