From 0264f354ed5b8760dcb221835a354d089d97e75f Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Wed, 6 Oct 2021 02:21:23 +0100 Subject: [PATCH] Update YSFReflector-debian-installer Link new system unit ysf (shortened) last commit --- YSFReflector-debian-installer | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/YSFReflector-debian-installer b/YSFReflector-debian-installer index 89f3c80..5cd07ef 100755 --- a/YSFReflector-debian-installer +++ b/YSFReflector-debian-installer @@ -97,9 +97,9 @@ useradd mmdvm -g mmdvm -s /sbin/nologin mkdir -p /var/log/YSFReflector chown mmdvm: /var/log/YSFReflector echo "Copying ysfrelfector to systemd...... " -cp $DIRDIR/templates/ysfreflector.service /etc/systemd/system +cp $DIRDIR/templates/ysf.service /etc/systemd/system systemctl daemon-reload -systemctl enable ysfreflector +systemctl enable ysf echo "------------------------------------------------------------------------------" echo "Installing the YSF Dashboard and configuring apache... " echo "------------------------------------------------------------------------------" @@ -118,6 +118,7 @@ a2ensite $YSFDOMAIN a2enmod php systemctl start ysfreflector systemctl restart apache2 + echo "" echo "" echo "******************************************************************************"