dhenry437 11 months ago committed by GitHub
parent b129cb1767
commit 1afefda51f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      ct/caddy.sh

@ -58,6 +58,7 @@ if [[ ! -d /etc/caddy ]]; then msg_error "No ${APP} Installation Found!"; exit;
msg_info "Updating $APP LXC"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null
caddy upgrade &>/dev/null # Support for custom caddy builds as per https://caddyserver.com/docs/build#package-support-files-for-custom-builds-for-debianubunturaspbian
msg_ok "Updated $APP LXC"
exit
}

Loading…
Cancel
Save