From e965b44025ae397248f49db7d40560e63a13b151 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:22:11 +0100 Subject: [PATCH] Update scripts/upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d246afd..f9817c6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,7 +60,7 @@ yunohost service add $app --description="Bypass paywall" --log="/var/log/$app/$a ynh_script_progression --message="Installing python dependencies..." --weight=1 pushd $install_dir - ynh_exec_as $app python3 -m venv $final_path/venv + ynh_exec_as $app python3 -m venv $install_dir/venv ynh_exec_as $app "$install_dir/venv/bin/pip" install --upgrade pip ynh_exec_as $app "$install_dir/venv/bin/pip" install -r requirements.txt popd