mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-18 00:12:17 +00:00
Alpine-Wakapi: Remove container checks in update_script function
Removed checks for container storage and resources before updating the script.
This commit is contained in:
committed by
GitHub
parent
2331f92c32
commit
b25cda2b62
@@ -22,8 +22,6 @@ catch_errors
|
||||
|
||||
function update_script() {
|
||||
header_info
|
||||
check_container_storage
|
||||
check_container_resources
|
||||
if [[ ! -d /opt/wakapi ]]; then
|
||||
msg_error "No ${APP} Installation Found!"
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user