We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45c1f4 commit df1bd3aCopy full SHA for df1bd3a
install.sh
@@ -88,6 +88,10 @@ EOL
88
chown -R whitelistbot:whitelistbot /var/lib/ip_whitelister_bot
89
chmod 600 /etc/ip_whitelister_bot/.env
90
chown whitelistbot:whitelistbot /etc/ip_whitelister_bot/.env
91
+chmod 755 /var/lib/ip_whitelister_bot
92
+touch /var/lib/ip_whitelister_bot/whitelist.db
93
+chown whitelistbot:whitelistbot /var/lib/ip_whitelister_bot/whitelist.db
94
+chmod 660 /var/lib/ip_whitelister_bot/whitelist.db
95
96
97
# Give bot sudo permission for UFW
0 commit comments