Adaugă verificare si creare automata a ircd.conf daca nu exista - fix pentru config missing error
This commit is contained in:
parent
6bed9ebcb4
commit
78d1b638c9
4
admin.sh
4
admin.sh
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Script helper pentru administrare Nefarious IRCd
|
||||
# Script helper pentru administrare UnderChat IRCd
|
||||
# Limba: Română
|
||||
#
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ show_menu() {
|
|||
clear
|
||||
echo -e "${ALBASTRU}"
|
||||
echo "╔════════════════════════════════════════╗"
|
||||
echo "║ Administrator Nefarious IRCd ║"
|
||||
echo "║ Administrator UnderChat IRCd ║"
|
||||
echo "║ Versiune: 1.0 ║"
|
||||
echo "╚════════════════════════════════════════╝"
|
||||
echo -e "${NC}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue