Service fix!

This commit is contained in:
Kristo Copani 2024-11-29 16:09:55 +02:00 committed by GitHub
parent e2036b52be
commit 88d245f126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
msg_ok "Installed InspIRCd"
msg_info "Restarting Service"
#systemctl restart inspircd
systemctl restart inspircd
msg_ok "Restarted Service"
motd_ssh
@ -55,4 +55,4 @@ msg_info "Cleaning up"
rm -rf /opt/inspircd_${RELEASE}.deb12u1_amd64.deb
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"
msg_ok "Cleaned"