Skip to content
Snippets Groups Projects
Commit 28e45a93 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

sqlite update comment

parent a4944aa2
No related branches found
No related tags found
1 merge request!129Db Profiles
......@@ -2,8 +2,7 @@
# ================================================================================
#
# LOCALDUMP :: SQLITE
# create gzipped plain text backups from each sqlite database in
# backup-dbfiles.job
# create gzipped plain text backups from each sqlite database
#
# --------------------------------------------------------------------------------
# ah - Axel Hahn <axel.hahn@iml.unibe.ch>
......@@ -96,8 +95,8 @@ function restoreByFile(){
j_requireBinary "sqlite3" 1
if [ $rc -ne 0 ]; then
rc=0
echo "SKIP: sqlite seems not to be here"
rc=1
color.echo error "ERROR: Your Sqlite data cannot be dumped."
else
if [ "$1" = "restore" ]; then
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment