Added BETA warning to rclone_script-install.sh

Added TODOs to rclone_script-uninstall.sh
This commit is contained in:
Jandalf81
2018-08-08 22:01:43 +02:00
parent f6258233f2
commit 0cedbd9694
2 changed files with 8 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ header ()
if [ "${branch}" = "beta" ]
then
printf "${RED}!!! BETA !!!\n\n"
printf "${NORMAL}${RED}!!! BETA !!! Use at own risk\n\n"
fi
}