docs - fix missing subfolder in Linux quickstart guide

This commit is contained in:
bunkerity
2021-08-17 10:55:15 +02:00
parent a28f06f08f
commit a903960b4c
2 changed files with 3 additions and 1 deletions

View File

@@ -834,6 +834,8 @@ if [ "$OS" != "alpine" ] ; then
do_and_check_cmd chmod 744 /lib/systemd/system/nginx.service
do_and_check_cmd systemctl daemon-reload
fi
# Allow RX access to others on /opt/bunkerized-nginx
do_and_check_cmd chmod 755 /opt/bunkerized-nginx
# Prepare log files and folders
echo "[*] Prepare log files and folders"