From aae0e06d6d36731b83cba89777539535a2fcff36 Mon Sep 17 00:00:00 2001 From: joaopfcruz <63175439+joaopfcruz@users.noreply.github.com> Date: Tue, 24 Jan 2023 15:40:52 +0000 Subject: [PATCH] Changed error message Just a friendly warning telling that all VMs will be deleted with \* even the ones outside of scope of axiom --- interact/axiom-rm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interact/axiom-rm b/interact/axiom-rm index aced268a..9663338c 100755 --- a/interact/axiom-rm +++ b/interact/axiom-rm @@ -4,7 +4,7 @@ AXIOM_PATH="$HOME/.axiom" source "$AXIOM_PATH/interact/includes/vars.sh" source "$AXIOM_PATH/interact/includes/functions.sh" provider="$(jq -r .provider "$AXIOM_PATH/axiom.json")" -output="${Red}No instance supplied, use '\*' if you want to delete all instances" +output="${Red}No instance supplied, use '\*' if you want to delete all instances. *WARNING* THIS WILL DELETE ALL INSTANCES IN YOUR ENVIRONMENT INCLUDING THE ONES THAT WERE NOT CREATED BY AXIOM" if [ -z "$1" ] then