rename from easyindex to qss

This commit is contained in:
Albert S. 2018-08-12 16:47:46 +02:00
rodič 68ab917756
revize 32afd575bf
2 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -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)

Zobrazit soubor

@ -1,6 +1,6 @@
#!/bin/sh
TEMPFILE=$(mktemp)
DBFILE="$EASYINDEX_PATH"
DBFILE="$QSS_PATH"
function todelete()
{
echo "DELETE FROM file WHERE path = '$1';" >> /"$TEMPFILE"