mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Add missing chown
This commit is contained in:
parent
ea9adf080a
commit
24b07765e1
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ install_sources() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chown $synapse_user:root -R $final_path
|
chown $synapse_user:root -R $final_path
|
||||||
|
chown $synapse_user:root ../conf/requirement_$(lsb_release --codename --short).txt
|
||||||
pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2
|
pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2
|
||||||
sudo -u $synapse_user env PATH=$PATH pip3 install --upgrade -r ../conf/requirement_$(lsb_release --codename --short).txt
|
sudo -u $synapse_user env PATH=$PATH pip3 install --upgrade -r ../conf/requirement_$(lsb_release --codename --short).txt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue