Update upgrade

This commit is contained in:
abeudin 2014-05-29 14:21:36 +02:00
parent 581e2017b4
commit b88f0c3909
1 changed files with 1 additions and 1 deletions

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