Skip to content
Snippets Groups Projects
Commit c3f4247c authored by rhatto's avatar rhatto
Browse files

Changing 'info' to 'fatal' at rsync handler set_lockfile function

parent 7cbf1b20
No related branches found
No related tags found
No related merge requests found
......@@ -856,8 +856,7 @@ function set_lockfile {
if ( set -o noclobber; echo "$$" > "$lockfile" ) &> /dev/null; then
trap 'unset_lockfile' INT TERM EXIT
else
info "Could not create lockfile $lockfile, exiting"
exit
fatal "Could not create lockfile $lockfile, exiting"
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment