diff --git a/caddy-jail.sh b/caddy-jail.sh index d15859a..d856691 100755 --- a/caddy-jail.sh +++ b/caddy-jail.sh @@ -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