From 32afd575bf7e5eda507d4f8114d692a2fbd401fb Mon Sep 17 00:00:00 2001 From: Albert S Date: Sun, 12 Aug 2018 16:47:46 +0200 Subject: [PATCH] rename from easyindex to qss --- config.py | 2 +- delindex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 98a3509..e8408e8 100644 --- a/config.py +++ b/config.py @@ -1,5 +1,5 @@ import os -DBPATH=os.getenv("EASYINDEX_PATH") +DBPATH=os.getenv("QSS_PATH") if DBPATH == None or DBPATH == "": print("MIssing env var") exit(1) diff --git a/delindex b/delindex index 5c0d4d7..73679c4 100755 --- a/delindex +++ b/delindex @@ -1,6 +1,6 @@ #!/bin/sh TEMPFILE=$(mktemp) -DBFILE="$EASYINDEX_PATH" +DBFILE="$QSS_PATH" function todelete() { echo "DELETE FROM file WHERE path = '$1';" >> /"$TEMPFILE"