From 644eb4a993277238df716cd5f6959495e2f409ae Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 27 Nov 2023 11:06:26 +0100 Subject: [PATCH] remove ascii --- documentation/remove_existing_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/remove_existing_config.sh b/documentation/remove_existing_config.sh index 7c6adf2013..d84965b05e 100755 --- a/documentation/remove_existing_config.sh +++ b/documentation/remove_existing_config.sh @@ -11,12 +11,12 @@ DIR=~/.nym # check for config directory if [ ! -d $DIR ]; then - echo "config dir doesn't exist: nothing to do (✿◠‿◠)" + echo "config dir doesn't exist: nothing to do" else echo "config dir exists - deleting" rm -rf $DIR if [ $? -ne 0 ]; then - echo "\(`0´)/ exit code was $0. looks like the something went wrong with deleting the directory" + echo "exit code was $0. looks like the something went wrong with deleting the directory" exit 1 fi fi \ No newline at end of file