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:
parent
852ed57ece
commit
ac6128ed57
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue