rename from easyindex to qss
This commit is contained in:
szülő
68ab917756
commit
32afd575bf
@ -1,5 +1,5 @@
|
|||||||
import os
|
import os
|
||||||
DBPATH=os.getenv("EASYINDEX_PATH")
|
DBPATH=os.getenv("QSS_PATH")
|
||||||
if DBPATH == None or DBPATH == "":
|
if DBPATH == None or DBPATH == "":
|
||||||
print("MIssing env var")
|
print("MIssing env var")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
2
delindex
2
delindex
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
TEMPFILE=$(mktemp)
|
TEMPFILE=$(mktemp)
|
||||||
DBFILE="$EASYINDEX_PATH"
|
DBFILE="$QSS_PATH"
|
||||||
function todelete()
|
function todelete()
|
||||||
{
|
{
|
||||||
echo "DELETE FROM file WHERE path = '$1';" >> /"$TEMPFILE"
|
echo "DELETE FROM file WHERE path = '$1';" >> /"$TEMPFILE"
|
||||||
|
Betöltés…
Reference in New Issue
Block a user