From b6fdf2e9980d9b8f257ca3cc1f9186184fc1b97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 16 Feb 2023 00:09:54 +0100 Subject: [PATCH] Fix typo --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 240f81e..0eb1695 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -56,7 +56,7 @@ install_sources() { chown $synapse_user:root -R $final_path chown $synapse_user:root $YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt 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 $YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt # This function was defined when we called "source $final_path/bin/activate". With this function we undo what "$final_path/bin/activate" does set +$u_arg;