mirror of
https://github.com/Febbweiss/rclone_script.git
synced 2026-03-04 22:25:36 +00:00
Changed branch to beta
This commit is contained in:
@@ -12,7 +12,7 @@ UNDERLINE=$(tput smul)
|
|||||||
|
|
||||||
# global variables
|
# global variables
|
||||||
url="https://raw.githubusercontent.com/Jandalf81/rclone_script"
|
url="https://raw.githubusercontent.com/Jandalf81/rclone_script"
|
||||||
branch="master"
|
branch="beta"
|
||||||
remotebasedir = ""
|
remotebasedir = ""
|
||||||
|
|
||||||
|
|
||||||
@@ -22,6 +22,11 @@ header ()
|
|||||||
clear
|
clear
|
||||||
|
|
||||||
printf "${UNDERLINE}Install script for cloud sync via RCLONE\n\n"
|
printf "${UNDERLINE}Install script for cloud sync via RCLONE\n\n"
|
||||||
|
|
||||||
|
if [ "${branch}" = "beta"]
|
||||||
|
then
|
||||||
|
printf "${RED}!!! BETA !!!\n\n"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
testRCLONE ()
|
testRCLONE ()
|
||||||
|
|||||||
Reference in New Issue
Block a user