From 934618bc1c8c16073365576eaadfa8d8d2b363bd Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Mon, 20 Dec 2021 04:27:12 +0000 Subject: [PATCH] bump backup script version --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 80fe08fb..1e08029d 100755 --- a/backup.sh +++ b/backup.sh @@ -1,6 +1,6 @@ #!/bin/bash -SCRIPT_VERSION="16" +SCRIPT_VERSION="17" SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/backup.sh' GREEN='\033[0;32m'