Adaugă verificare si creare automata a ircd.conf daca nu exista - fix pentru config missing error

This commit is contained in:
mihaiitdata 2026-02-13 01:17:53 +02:00
parent 6bed9ebcb4
commit 78d1b638c9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Script helper pentru administrare Nefarious IRCd # Script helper pentru administrare UnderChat IRCd
# Limba: Română # Limba: Română
# #
@ -22,7 +22,7 @@ show_menu() {
clear clear
echo -e "${ALBASTRU}" echo -e "${ALBASTRU}"
echo "╔════════════════════════════════════════╗" echo "╔════════════════════════════════════════╗"
echo "║ Administrator Nefarious IRCd ║" echo "║ Administrator UnderChat IRCd ║"
echo "║ Versiune: 1.0 ║" echo "║ Versiune: 1.0 ║"
echo "╚════════════════════════════════════════╝" echo "╚════════════════════════════════════════╝"
echo -e "${NC}" echo -e "${NC}"