1
0
Fork 0
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:
abeudin 2014-05-29 14:21:36 +02:00
parent 581e2017b4
commit b88f0c3909

View file

@ -22,7 +22,7 @@ if [ -d /opt/searx ];
then
sudo mkdir -p /opt/yunohost/searx
sudo mv /opt/searx /opt/yunohost/
sudo usermod -d /opt/yunohost/searx
sudo usermod -d /opt/yunohost/searx searx
sudo chown searx:searx -R /opt/yunohost/searx
fi