diff --git a/Servers/Documentation/Zensical.md b/Servers/Documentation/Zensical.md index 0791b2a..bc5efb9 100644 --- a/Servers/Documentation/Zensical.md +++ b/Servers/Documentation/Zensical.md @@ -76,8 +76,10 @@ Since NGINX has taken over hosting the webpages, this does not need to be access sudo useradd --system --home /srv/zensical --shell /usr/sbin/nologin zensical || true sudo chown -R zensical:zensical /srv/zensical sudo find /srv/zensical -type d -exec chmod 2775 {} \; -sudo find /srv/zensical -type f -exec chmod 664 {} \; +sudo find /srv/zensical -type f -exec chmod 664 {} \; # This step likes to take a while, sometimes up to a minute. +``` +```sh # Make Zensical Binary Executable for Service sudo chmod +x /srv/zensical/.venv/bin/zensical