mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 12:22:40 +01:00
borg: fix typos in debug messages
This commit is contained in:
parent
fe30b5cce3
commit
076ef20ead
@ -164,10 +164,10 @@ if [ $test = 0 ]; then
|
||||
output=`$nice su -c "$execstr" 2>&1`
|
||||
if [ $? = 0 ]; then
|
||||
debug $output
|
||||
info "Successfully finished backing up source $label"
|
||||
info "Successfully finished backing up source."
|
||||
else
|
||||
error $output
|
||||
fatal "Failed backuping up source $label"
|
||||
fatal "Failed backing up source."
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user