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"