Skip to content

Commit

Permalink
Caddy 2.2.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
basilhendroff authored Oct 15, 2020
1 parent df58205 commit daef0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress-jail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ iocage fstab -a "${JAIL_NAME}" "${INCLUDES_PATH}" /mnt/includes nullfs rw 0 0
#####################################################################
print_msg "Caddy download..."

FILE="caddy_2.2.0_freebsd_amd64.tar.gz"
FILE="caddy_2.2.1_freebsd_amd64.tar.gz"
if ! iocage exec "${JAIL_NAME}" fetch -o /tmp https://github.com/caddyserver/caddy/releases/latest/download/"${FILE}"
then
print_err "Failed to download Caddy"
Expand Down

0 comments on commit daef0e7

Please sign in to comment.