rename from easyindex to qss

This commit is contained in:
2018-08-12 16:47:46 +02:00
parent 68ab917756
commit 32afd575bf
2 changed files with 2 additions and 2 deletions

View File

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