Skip to content
Snippets Groups Projects
Commit 3493f0b2 authored by Bob Mottram's avatar Bob Mottram
Browse files

Check for directory

parent b68fdea2
No related branches found
No related tags found
No related merge requests found
......@@ -770,7 +770,7 @@ EOF
create_searx_config
searx_set_default_background
if [ ! -f "${SEARX_PATH}/searx" ]; then
if [ ! -d "${SEARX_PATH}/searx" ]; then
echo $'Failed to install search'
return
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment