Fix failing step name resolution on singe step execution (-s)

This commit is contained in:
2021-01-12 22:30:51 +01:00
parent 6122b9d7ce
commit 9f262616fb

View File

@@ -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"