danb35 / freenas-iocage-nextcloud

Script to create an iocage jail on FreeNAS for the latest Nextcloud 28 release, including Caddy, MariaDB or PostgreSQL, and Let's Encrypt
GNU General Public License v3.0
258 stars 71 forks source link

Sanity check on DB_PATH, FILES_PATH, and PORTS_PATH #29

Closed danb35 closed 6 years ago

danb35 commented 6 years ago

DB_PATH, FILES_PATH, and PORTS_PATH must be unique paths, and must not be the same as POOL_PATH (if DB_PATH or FILES_PATH is set to the root of the pool, the script will bork permissions on the pool).

danb35 commented 6 years ago

Fixed by #31