minor changes

This commit is contained in:
Nathaniel Landau
2021-10-25 17:54:28 -04:00
parent a753723ce8
commit d984b7016c
8 changed files with 202 additions and 205 deletions

View File

@@ -14,7 +14,6 @@ _mainScript_() {
input "This is input text"
}
# end _mainScript_
# ################################## Flags and defaults
@@ -33,8 +32,6 @@ declare -a ARGS=()
# ################################## Functions required for this template to work
# Functions for providing alerts to the user and printing them to the log
_setColors_() {
# DESC:
# Sets colors use for alerts.
@@ -401,7 +398,7 @@ _setPATH_() {
fi
else
debug "_setPATH_: can not find: ${_newPath}"
return 1
return 0
fi
done
return 0