1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-15 19:24:36 +03:00

fixed manual mode

This commit is contained in:
10
2021-01-17 23:37:53 +01:00
parent bee3bcdb17
commit 6621785c90
3 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@ fi
/usr/bin/sqlite3 $DB_FILE ".backup $FINAL_BACKUP_FILE"
if [ $? -eq 0 ]
then
echo "$(date "+%F %T") - Backup successfull"
echo "$(date "+%F %T") - Backup successfull to $FINAL_BACKUP_FILE"
else
echo "$(date "+%F %T") - Backup unsuccessfull"
fi