Update borg.in

This commit is contained in:
Guillaume Subiron 2021-01-07 06:39:51 -08:00
parent ee96609786
commit 806723b4f7

View File

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