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