Update caddy-jail.sh

master
Basil Hendroff 2020-08-01 01:18:32 +08:00 committed by GitHub
parent 7a7a1e7020
commit b6bd5d8399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh
# Build an iocage jail under FreeNAS 11.3-12.0 using the current release of Caddy
# git clone https://github.com/danb35/freenas-iocage-caddy
# (Temporary: git clone https://github.com/basilhendroff/freenas-iocage-caddy)
# Check for root privileges
if ! [ $(id -u) = 0 ]; then