rename from easyindex to qss
This commit is contained in:
джерело
68ab917756
коміт
32afd575bf
@ -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)
|
||||
|
2
delindex
2
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"
|
||||
|
Завантаження…
Посилання в новій задачі
Block a user