From b6bd5d83994c0a2cc264b5af47c7073da01a99f6 Mon Sep 17 00:00:00 2001 From: Basil Hendroff <63370329+basilhendroff@users.noreply.github.com> Date: Sat, 1 Aug 2020 01:18:32 +0800 Subject: [PATCH] Update caddy-jail.sh --- caddy-jail.sh | 1 - 1 file changed, 1 deletion(-) 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