From 1d070647328eb965c459d2a990ae5574c42fd77b Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 28 Mar 2020 10:11:21 +0000 Subject: [PATCH] copy scripts when updating --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 06b97a22..b4afa56a 100644 --- a/update.sh +++ b/update.sh @@ -10,6 +10,7 @@ git fetch origin develop git reset --hard FETCH_HEAD git clean -df cp /home/${USER}/rmm/_modules/* /srv/salt/_modules/ +cp /home/${USER}/rmm/scripts/* /srv/salt/scripts/ source /home/${USER}/rmm/api/env/bin/activate cd /home/${USER}/rmm/api/tacticalrmm pip install -r /home/${USER}/rmm/api/tacticalrmm/requirements.txt