Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions multitoolbox.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down