mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-15 00:13:47 -05:00
minor changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user