From 82012f029928253ad6e274e0c558c77b704e5bc7 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:46:21 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index 540698a..f24bffb 100755 --- a/scripts/install +++ b/scripts/install @@ -103,6 +103,10 @@ yunohost service add "${app}_workers" --description="Fittrackee task queue servi # GENERIC FINALIZATION #================================================= +pushd $install_dir + pipenv shell +popd + #================================================= # START SYSTEMD SERVICE #=================================================