V8.13.544.2025.12.05
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -157,6 +157,18 @@ arg_parser() {
|
||||
fi
|
||||
;;
|
||||
|
||||
--cicd)
|
||||
if [[ -n "${2-}" && "${2}" != -* ]]; then
|
||||
if ! ${VAR_HANDLER_AUTOBUILD}; then boot_screen_cleaner; fi
|
||||
printf "\e[91m❌ Error: --cicd MUST NOT be followed by an argument.\e[0m\n" >&2
|
||||
read -p -r $'\e[92m✅ Press \'ENTER\' to exit the script ... \e[0m'
|
||||
exit "${ERR_ARG_MSMTCH}"
|
||||
fi
|
||||
# shellcheck disable=SC2034
|
||||
declare -g VAR_GITEA_RUNNER="true"
|
||||
shift 1
|
||||
;;
|
||||
|
||||
--control)
|
||||
if [[ -n "${2-}" ]]; then
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
Reference in New Issue
Block a user