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
252 stars 71 forks source link

RELEASE pulling newer version than available. #158

Closed lewoogie closed 2 years ago

lewoogie commented 3 years ago

I had an issue with the script with this line

RELEASE=$(freebsd-version | cut -d - -f -1)"-RELEASE"

It was trying to pull 12.2-RELEASE which is not available yet.

Was able to comment it out pretty easy and set it statically in the mean while.