Update caddy-jail.sh
parent
7a7a1e7020
commit
b6bd5d8399
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Build an iocage jail under FreeNAS 11.3-12.0 using the current release of Caddy
|
# 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
|
# git clone https://github.com/danb35/freenas-iocage-caddy
|
||||||
# (Temporary: git clone https://github.com/basilhendroff/freenas-iocage-caddy)
|
|
||||||
|
|
||||||
# Check for root privileges
|
# Check for root privileges
|
||||||
if ! [ $(id -u) = 0 ]; then
|
if ! [ $(id -u) = 0 ]; then
|
||||||
|
|
Loading…
Reference in New Issue