소스 검색

Changed branch to beta

Jandalf81 7 년 전
부모
커밋
5a4aa955fa
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      rclone_script-install.sh

+ 6 - 1
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 ()