diff --git a/ct/ddclient.sh b/ct/ddclient.sh index 58c049c8f..43b44daa6 100644 --- a/ct/ddclient.sh +++ b/ct/ddclient.sh @@ -27,11 +27,12 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_info "Updating ${APP}" + + msg_info "Updating ddclient" $STD apt update $STD apt install --only-upgrade -y ddclient $STD systemctl restart ddclient - msg_ok "Updated ${APP}" + msg_ok "Updated ddclient" msg_ok "Updated successfully!" exit }