Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/batch.sh b/batch.sh
index 97b4c286..e1990a99 100755
--- a/batch.sh
+++ b/batch.sh
@@ -17,9 +17,14 @@ source buildlib.sh # initializes $IMGNAME
[[ "$FTPPASS" == "" ]] && {
echo -e "\e[1mNo FTPPASS variable found, FTP won't work.\nYou can ^C to cancel now\e[0m"
- sleep 5
}
+[[ "$CLEAN" != "0" ]] && {
+ echo -e "\e[1mNOTE: CLEAN is enabled\nYou can ^C to cancel now\e[0m"
+}
+
+sleep 5
+
# Raspbian
./build-SD-rpi.sh
IMG="$( ls -1t tmp/*.img | head -1 )"