rename from easyindex to qss

Tá an tiomantas seo le fáil i:
Albert S. 2018-08-12 16:47:46 +02:00
tuismitheoir 0406472a0b
tiomantas c798afcc70
D'athraigh 2 comhad le 2 breiseanna agus 2 scriosta

Féach ar an gComhad

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

Féach ar an gComhad

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