Skip to content

Commit

Permalink
fix exec cmd in vpc nat gateway (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed May 25, 2022
1 parent 0ed681a commit 4cacb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/vpcnatgateway/nat-gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function exec_cmd() {
ret=$?
if [ $ret -ne 0 ]; then
echo "failed to exec \"$cmd\""
exit $1
exit $ret
fi
}

Expand Down

0 comments on commit 4cacb4b

Please sign in to comment.