try change file mode to 775

pull/23/head
johndah4x0r 2017-07-28 14:05:20 +02:00 committed by GitHub
parent 3d2b5087e8
commit ba38223754
1 changed files with 5 additions and 9 deletions

View File

@ -60,15 +60,11 @@ fi
if [ $WARN_DISK -eq 0 ]; then if [ $WARN_DISK -eq 0 ]; then
# APT-like danger prompt # APT-like danger prompt
CONFIRM_TEXT="Yes, do as I say!" CONFIRM_TEXT="Yes, do as I say!"
clear
echo " ===================> DANGER! <======================" >&2 echo "> Current partition: $PART" >&2
echo " Current device: $DEV" >&2 echo "> You are about to do something " >&2
echo " Current partition: $PART" >&2 echo "> dangerous to your system!" >&2
echo " ====================================================" >&2 echo "> Type in to continue: 'Yes, do as I say!'"
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!'"
read -p " ?] " CONFIRM read -p " ?] " CONFIRM