From ff19f6a39bd005d29041a729f39e573abf846d88 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:33:22 +0100 Subject: [PATCH] Update apache-guacamole.sh --- ct/apache-guacamole.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ct/apache-guacamole.sh b/ct/apache-guacamole.sh index 74270c6f..96df515f 100644 --- a/ct/apache-guacamole.sh +++ b/ct/apache-guacamole.sh @@ -24,6 +24,18 @@ variables color 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 build_container description