From ff981f179c7125175f9fb1321766b54ec450f602 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 12 May 2019 16:21:08 +0000 Subject: [PATCH] fixed apache restart --- xlxd-debian-installer.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xlxd-debian-installer.sh b/xlxd-debian-installer.sh index ac9b3ea..de307a0 100755 --- a/xlxd-debian-installer.sh +++ b/xlxd-debian-installer.sh @@ -98,8 +98,8 @@ cp $DIRDIR/templates/apache.tbd.conf /etc/apache2/sites-available/$XLXDOMAIN.con 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 a2ensite $XLXDOMAIN -systemctl reload apache2 service xlxd start +systemctl restart apache2 echo "------------------------------------------------------------------------------" echo "" echo "" @@ -112,9 +112,9 @@ echo "" echo "******************************************************************************" echo "" echo " For Public Reflectors: " -echo "If you are requesting this reflector be added to all the pi-star host files as" -echo "a full time searchable reflector, you will need to request it on the xref forum" -echo "boards." +echo "If your XLX number is not already taken, enabling callinghome is all you need " +echo "to do, for your reflector to be added to all the host files automatically. It does " +echo "take about an hour for the change to reflect, if your reflector is working right." echo "Once activated, the callinghome hash to backup will be in /xlxd/callinghome.php" echo "More Information: $INFREF" echo ""