mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Update upgrade
This commit is contained in:
parent
bb51bee55e
commit
58512a4e41
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if [ "$path" != "/" ];
|
|||
then
|
||||
sudo sed -i -e "s@ynhbaseurl@https://$domain$path/@g" $final_path/searx/settings.yml
|
||||
else
|
||||
sudo sed -i -e "s@ynhbaseurl@https://$domain$path@g" $final_path/searx/settings.yml
|
||||
sudo sed -i -e "s@ynhbaseurl@False@g" $final_path/searx/settings.yml
|
||||
fi
|
||||
|
||||
# Set permissions to searx directory
|
||||
|
|
Loading…
Reference in a new issue