From ea9e5be1fc0286b6af276e223c4d552c3604b67a Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 31 Oct 2023 18:32:01 +0000 Subject: [PATCH] bump script versions [skip ci] --- install.sh | 2 +- restore.sh | 3 ++- update.sh | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 5a33b274..8b05f7ce 100644 --- a/install.sh +++ b/install.sh @@ -17,7 +17,7 @@ while [[ $# -gt 0 ]]; do esac done -SCRIPT_VERSION="78" +SCRIPT_VERSION="79" SCRIPT_URL="https://raw.githubusercontent.com/${REPO}/tacticalrmm/${BRANCH}/install.sh" sudo apt install -y curl wget dirmngr gnupg lsb-release ca-certificates diff --git a/restore.sh b/restore.sh index 8a254da9..a4cc1790 100755 --- a/restore.sh +++ b/restore.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -SCRIPT_VERSION="53" +SCRIPT_VERSION="54" SCRIPT_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/restore.sh' sudo apt update @@ -473,6 +473,7 @@ python manage.py create_natsapi_conf python manage.py create_uwsgi_conf python manage.py reload_nats python manage.py post_update_tasks +echo "Running management commands...please wait..." API=$(python manage.py get_config api) WEB_VERSION=$(python manage.py get_config webversion) FRONTEND=$(python manage.py get_config webdomain) diff --git a/update.sh b/update.sh index 6b5480f8..695265f3 100644 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -SCRIPT_VERSION="148" +SCRIPT_VERSION="149" SCRIPT_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/update.sh' LATEST_SETTINGS_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/api/tacticalrmm/tacticalrmm/settings.py' YELLOW='\033[1;33m' @@ -353,6 +353,7 @@ python manage.py create_natsapi_conf python manage.py create_uwsgi_conf python manage.py clear_redis_celery_locks python manage.py post_update_tasks +echo "Running management commands...please wait..." API=$(python manage.py get_config api) WEB_VERSION=$(python manage.py get_config webversion) FRONTEND=$(python manage.py get_config webdomain)