mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
fixed bug which always reported error.
This commit is contained in:
parent
9f9a166978
commit
76711771db
@ -34,7 +34,7 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
if [ $error ]; then
|
||||
if [ $error -eq 1 ]; then
|
||||
echo "Error: because of earlier errors, we are leaving svn backups in $tmp instead of $dest"
|
||||
else
|
||||
if [ -d $dest -a -d $tmp ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user