From 88d245f126ac8c5c28bbe8f0aebb1660a77ba0b5 Mon Sep 17 00:00:00 2001 From: Kristo Copani <31226503+kristocopani@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:09:55 +0200 Subject: [PATCH] Service fix! --- install/inspircd-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/inspircd-install.sh b/install/inspircd-install.sh index bb5ebd80..61886084 100644 --- a/install/inspircd-install.sh +++ b/install/inspircd-install.sh @@ -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" \ No newline at end of file +msg_ok "Cleaned"