From 5a4aa955fa37194ba6020a8196440edf62b839d9 Mon Sep 17 00:00:00 2001 From: Jandalf81 Date: Wed, 8 Aug 2018 21:43:33 +0200 Subject: [PATCH] Changed branch to beta --- rclone_script-install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rclone_script-install.sh b/rclone_script-install.sh index 34e7ed6..160c2b9 100644 --- a/rclone_script-install.sh +++ b/rclone_script-install.sh @@ -12,7 +12,7 @@ UNDERLINE=$(tput smul) # global variables url="https://raw.githubusercontent.com/Jandalf81/rclone_script" -branch="master" +branch="beta" remotebasedir = "" @@ -22,6 +22,11 @@ header () clear printf "${UNDERLINE}Install script for cloud sync via RCLONE\n\n" + + if [ "${branch}" = "beta"] + then + printf "${RED}!!! BETA !!!\n\n" + fi } testRCLONE ()