mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
Update borg.in
This commit is contained in:
parent
ee96609786
commit
806723b4f7
@ -175,7 +175,8 @@ debug "$nice $execstr"
|
||||
|
||||
if [ $test = 0 ]; then
|
||||
output=`$nice su -c "$execstr" 2>&1`
|
||||
if [ $? = 0 ]; then
|
||||
ret=$?
|
||||
if [ $ret = 0 ]; then
|
||||
debug $output
|
||||
info "Successfully finished backing up source."
|
||||
elif [ $ret = 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user