Skip to content
Snippets Groups Projects
Commit bcdeea55 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

rpm-fix: error status fix during rpm deploy

parent 15d61432
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,8 @@ fi
if [ $deploy_exists -eq 1 ]; then
grep "^\(${deploy_name}\)$" $deploy_cfg > /dev/null
if [ $? -eq 0 ]; then
error "Instance '${deploy_name}' is already deployed."
log "Instance '${deploy_name}' is already deployed."
exit 0
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment