Rework step options handling
This commit is contained in:
@@ -156,10 +156,8 @@ step_20() {
|
||||
exe tar czf "$wwwBackup" $(basename "$RC_LOC")
|
||||
}
|
||||
|
||||
step_22_info() {
|
||||
echoinfoArgs "[CUSTOM VERSION]"
|
||||
echo "Upgrade installation to \"latest\" from github if [CUSTOM_VERSION] is empty"
|
||||
}
|
||||
step_22_info() { echo "Upgrade installation to \"latest\" from github if [CUSTOM_VERSION] is empty"; }
|
||||
step_22_options() { echo "[CUSTOM VERSION]"; }
|
||||
step_22_alias() { echo "upgrade"; }
|
||||
step_22() {
|
||||
shift # don't need step number
|
||||
|
Reference in New Issue
Block a user