Skip to content

Commit

Permalink
Describe -k flag in clean-up messages
Browse files Browse the repository at this point in the history
  • Loading branch information
btalb committed Apr 29, 2022
1 parent 88fd325 commit d4e8fc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/.helpers
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ function kill_benchbot() {
fi
echo -e "\n${colour_blue}Deleted the following containers:${colour_nc}"
docker system prune -f # TODO this is still maybe a little too aggressive
echo -e "\n${colour_blue}Finished cleaning!${colour_nc}\n"

printf "\n${colour_blue}Finished cleaning!%s${colour_nc}\n\n" \
"$([ ${2:-0} -ne 0 ] && echo " (use 'benchbot_run -k' for a full clean)")"
}

function open_network() {
Expand Down

0 comments on commit d4e8fc4

Please sign in to comment.