fix: remove checks

This commit is contained in:
Wendy Liga 2025-12-27 21:01:07 +07:00
parent 383cb7f5a4
commit 3c4a18f969
No known key found for this signature in database

View File

@ -24,11 +24,6 @@ function update_script() {
check_container_storage
check_container_resources
if [[ ! -f ~/.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