delindex: use environment variable
Esse commit está contido em:
pai
ff77d11856
commit
cfc8659692
2
delindex
2
delindex
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
TEMPFILE=$(mktemp)
|
||||
DBFILE="/home/db/easyindex.sqlite"
|
||||
DBFILE="$EASYINDEX_PATH"
|
||||
function todelete()
|
||||
{
|
||||
echo "DELETE FROM file WHERE path = '$1';" >> /"$TEMPFILE"
|
||||
|
Carregando…
Referência em uma nova issue
Block a user