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