diff --git a/multitoolbox.sh b/multitoolbox.sh index 147f4a7..a5acc5b 100644 --- a/multitoolbox.sh +++ b/multitoolbox.sh @@ -1,6 +1,9 @@ #!/bin/bash #disable bash history set +o history +# ensure no `bash: /home/cumulus/config-file-path.extension: cannot overwrite existing file` errors happen +# this error may happen running options 3, 4, 6, 7, 8 and 11 +set +o noclobber if ! [[ -z $1 ]]; then if [[ $BRANCH_ALREADY_REFERENCED != '1' ]]; then