From a891e975440b75ad1086213f350d67c7d92bdd42 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Sat, 4 May 2024 15:17:19 -0500 Subject: [PATCH] dotsplus > dots+ --- scripts/99_deploy.sh | 4 ++-- scripts/curae.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 6cfca5d..9b5774f 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -179,8 +179,8 @@ if [ ${operation} == "dots" ] ; then fi -# dotsplus (wallpapers, fonts ++) -if [ ${operation} == "dotsplus" ] ; then +# dots+ (wallpapers, fonts ++) +if [ ${operation} == "dots+" ] ; then echo "***** ${operation} *****" rm -rf ${clone_trg}/dotsplus-main diff --git a/scripts/curae.sh b/scripts/curae.sh index 9955eff..1829b68 100644 --- a/scripts/curae.sh +++ b/scripts/curae.sh @@ -76,7 +76,7 @@ shopt -u extglob shopt -s extglob if [ $operation == "dots+" ] ; then - execute_script 99_deploy.sh dotsplus + execute_script 99_deploy.sh dots+ fi shopt -u extglob