From 65d8d627ed6ff6d13e7b71192841c86f8e0c82e6 Mon Sep 17 00:00:00 2001 From: nu11secur1ty Date: Tue, 4 Jun 2024 16:37:42 +0300 Subject: [PATCH] Update uninstall.sh --- uninstall.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index f1f9f00f..744abb73 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -6,11 +6,13 @@ myTPOT_CONF_FILE="/home/${myUSER}/tpotce/.env" myANSIBLE_TPOT_PLAYBOOK="installer/remove/tpot.yml" myUNINSTALLER=$(cat << "EOF" - _____ ____ _ _ _ _ _ _ _ -|_ _| | _ \ ___ | |_ | | | |_ __ (_)_ __ ___| |_ __ _| | | ___ _ __ - | |_____| |_) / _ \| __| | | | | _ \| | _ \/ __| __/ _ | | |/ _ \ __| - | |_____| __/ (_) | |_ | |_| | | | | | | | \__ \ || (_| | | | __/ | - |_| |_| \___/ \__| \___/|_| |_|_|_| |_|___/\__\__,_|_|_|\___|_| + + _____ ________ __ _____ _____ _____ ____ ____ _______ _____ _ _ ______ _ _ _____ __ +|_ _||___ /\ \ / //\ | __ \|_ _| / ____| / __ \ / __ \|__ __| / ____|| | | ||___ /| | | | / ____|/_ | + | | / / \ \ / // \ | | | | | | | | __ | | | | | | | | | | | | __ | | | | / / | | | | | (___ | | + | | / / \ \/ // /\ \ | | | | | | | | |_ || | | | | | | | | | | | |_ || | | | / / | | | | \___ \ | | + _| |_ / /__ \ // ____ \ | |__| |_| |_ | |__| || |__| | | |__| | | | | |__| || |__| | / /__ | |__| | ____) | | | +|_____|/_____| \//_/ \_\|_____/|_____| \_____| \____/ \____/ |_| \_____| \____/ /_____| \____/ |_____/ |_| EOF )