diff --git a/misc/build.func b/misc/build.func index 16c9ce5..d8b0ee0 100644 --- a/misc/build.func +++ b/misc/build.func @@ -4,12 +4,6 @@ # Co-Author: michelroegl-brunner # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE -set -Eeuo pipefail - -trap '__handle_general_error "${BASH_SOURCE[0]}:${LINENO}"' ERR -trap '__handle_signal_exit' SIGINT SIGTERM -trap '__handle_exit' EXIT - variables() { NSAPP=$(echo "${APP,,}" | tr -d ' ') # This function sets the NSAPP variable by converting the value of the APP variable to lowercase and removing any spaces. var_install="${NSAPP}-install" # sets the var_install variable by appending "-install" to the value of NSAPP.