restart irc server after password change
This commit is contained in:
parent
88e50a2099
commit
9c61a88314
@ -644,6 +644,7 @@ function irc_set_global_password {
|
||||
sed -i "0,/RE/s/Password =.*/Password =$NEW_IRC_PASSWORD/" /etc/ngircd/ngircd.conf
|
||||
dialog --title $"IRC Password" \
|
||||
--msgbox $"The IRC password was changed" 6 40
|
||||
systemctl restart ngircd
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user