diff --git a/plugins/localdump/sqlite.sh b/plugins/localdump/sqlite.sh
index 02de27aae443eedaba8c556a1466571bcfae587d..b454d0cd582a11fb27ad1bf3dcb389d8633d4f32 100755
--- a/plugins/localdump/sqlite.sh
+++ b/plugins/localdump/sqlite.sh
@@ -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