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