forked from Ponysearch/Ponysearch
Merge pull request #604 from blyxxyz/master
Quote variables and backticks in manage.sh
This commit is contained in:
commit
9f2faa62bf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
BASE_DIR=$(dirname `readlink -f $0`)
|
||||
BASE_DIR=$(dirname "`readlink -f "$0"`")
|
||||
PYTHONPATH=$BASE_DIR
|
||||
SEARX_DIR="$BASE_DIR/searx"
|
||||
ACTION=$1
|
||||
|
|
Loading…
Reference in a new issue