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