Skip to content
Snippets Groups Projects
Commit 806723b4 authored by Guillaume Subiron's avatar Guillaume Subiron
Browse files

Update borg.in

parent ee966097
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,8 @@ debug "$nice $execstr" ...@@ -175,7 +175,8 @@ debug "$nice $execstr"
if [ $test = 0 ]; then if [ $test = 0 ]; then
output=`$nice su -c "$execstr" 2>&1` output=`$nice su -c "$execstr" 2>&1`
if [ $? = 0 ]; then ret=$?
if [ $ret = 0 ]; then
debug $output debug $output
info "Successfully finished backing up source." info "Successfully finished backing up source."
elif [ $ret = 1 ]; then elif [ $ret = 1 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment