Update apache-guacamole.sh

This commit is contained in:
Michel Roegl-Brunner 2024-12-18 11:33:22 +01:00 committed by GitHub
parent 317145daad
commit ff19f6a39b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,18 @@ variables
color color
catch_errors catch_errors
function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -d /opt/apache-guacamole ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi
msg_error "Ther is currently no automatic update function for ${APP}."
exit
}
start start
build_container build_container
description description