revert and improve

This commit is contained in:
Wendy Liga 2025-12-27 21:05:14 +07:00
parent 7803001474
commit 7733532441
No known key found for this signature in database

View File

@ -24,6 +24,11 @@ function update_script() {
check_container_storage
check_container_resources
if [[ ! -d /opt/fladder ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi
if check_for_gh_release "Fladder" "DonutWare/Fladder"; then
msg_info "Stopping Service"
systemctl stop nginx