1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

[fix] Do not force skipped_uri.

This commit is contained in:
opi 2014-07-21 23:53:14 +02:00
parent 852ed57ece
commit ac6128ed57

View file

@ -7,7 +7,6 @@ is_public=$3
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a searx
sudo yunohost app setting searx skipped_uris -v "$path"
if [[ ! $? -eq 0 ]]; then
exit 1
fi