Fix failing step name resolution on singe step execution (-s)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
VERSION_REV=11
|
||||
VERSION_MAJOR=0
|
||||
VERSION_MINOR=2
|
||||
VERSION_MINOR=3
|
||||
|
||||
## Start of generic script part
|
||||
|
||||
@@ -537,7 +537,7 @@ execute() {
|
||||
# Display alias if exists
|
||||
existsFunction step_${1}_alias
|
||||
if [ $? -eq 0 ] ; then
|
||||
step_${i}_alias
|
||||
step_${1}_alias
|
||||
stepId="$ALIAS"
|
||||
fi
|
||||
echoerr " [I] Stopping sequence at step: $stepId"
|
||||
|
Reference in New Issue
Block a user