Browse Source

irc config only readable by root

Bob Mottram 8 years ago
parent
commit
0503e12b0d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-irc

+ 1
- 0
src/freedombone-app-irc View File

570
 
570
 
571
     IRC_ONION_HOSTNAME=$(add_onion_service irc ${IRC_BOUNCER_PORT} ${IRC_ONION_PORT})
571
     IRC_ONION_HOSTNAME=$(add_onion_service irc ${IRC_BOUNCER_PORT} ${IRC_ONION_PORT})
572
 
572
 
573
+    chmod 600 /etc/ngircd/ngircd.conf
573
     systemctl restart ngircd
574
     systemctl restart ngircd
574
 
575
 
575
     add_watchdog_daemon ngircd
576
     add_watchdog_daemon ngircd