From 0b347264622f875f6e82319ac806a6b9419a828a Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Mon, 11 May 2020 21:06:18 +0000 Subject: [PATCH] fix update script --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index b5242a7b..f855babd 100644 --- a/update.sh +++ b/update.sh @@ -12,6 +12,7 @@ git clean -df cp /home/${USER}/rmm/_modules/* /srv/salt/_modules/ cp /home/${USER}/rmm/scripts/* /srv/salt/scripts/ rm -rf /home/${USER}/rmm/api/env +cd /home/${USER}/rmm/api python3.7 -m venv env source /home/${USER}/rmm/api/env/bin/activate cd /home/${USER}/rmm/api/tacticalrmm