From ba38223754be86b4577f939dd6c9c27373b91fd7 Mon Sep 17 00:00:00 2001 From: johndah4x0r Date: Fri, 28 Jul 2017 14:05:20 +0200 Subject: [PATCH] try change file mode to 775 --- bootfiles/BootInstall.sh | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/bootfiles/BootInstall.sh b/bootfiles/BootInstall.sh index f9bfe0d..4635765 100644 --- a/bootfiles/BootInstall.sh +++ b/bootfiles/BootInstall.sh @@ -60,15 +60,11 @@ fi if [ $WARN_DISK -eq 0 ]; then # APT-like danger prompt CONFIRM_TEXT="Yes, do as I say!" - clear - echo " ===================> DANGER! <======================" >&2 - echo " Current device: $DEV" >&2 - echo " Current partition: $PART" >&2 - echo " ====================================================" >&2 - echo " You are about to do something " - echo " dangerous to your system!" >&2 - echo " ====================================================" >&2 - echo " Type in to continue: 'Yes, do as I say!'" + + echo "> Current partition: $PART" >&2 + echo "> You are about to do something " >&2 + echo "> dangerous to your system!" >&2 + echo "> Type in to continue: 'Yes, do as I say!'" read -p " ?] " CONFIRM