-
-
Notifications
You must be signed in to change notification settings - Fork 308
Closed
Description
Organizr Version: V 2.1.2320
Branch: Master
WebServer: Nginx
Operating System: TrueNAS (FreeBSD)
Problem Description:
Exact same issue as in #1852
Root cause:
Unzip wasn't installed and bash doesn't exist on FreeBSD.
Solution:
In the jail where I run Organizr I ran the following commands:
pkg install unzip -y
cd /usr/local/www/Organizr/scripts/
nano linux-update.sh
Replaced !/bin/bash with !/bin/sh
chmod +x linux-update.sh
./linux-update.sh
Reactions are currently unavailable