Update Multi-Reflector-Installer.sh

added enable clause
This commit is contained in:
Ben 2019-05-12 12:08:07 -05:00 committed by GitHub
parent 05ac3a8751
commit cb64764c61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,6 +178,7 @@ mkdir -p /var/log/YSFReflector
chown mmdvm: /var/log/YSFReflector
cp $DIRDIR/templates/ysfreflector.service /etc/systemd/system
systemctl daemon-reload
systemctl enable ysfreflector
echo ""
echo "--------------------------------------"
echo "YSFReflector is finished installing."