This commit is contained in:
xor 2015-10-04 20:51:56 +02:00
parent 992465ad34
commit 55be3b45fd
1 changed files with 0 additions and 7 deletions

View File

@ -26,13 +26,6 @@ BOOT_MOUNTED=0
CONFIG_FILE="/etc/hashboot.cfg"
COUNTER=0
if [[ -t "$fd" || -p /dev/stdin ]]
then
INTERACTIVE=1
else
INTERACTIVE=0
fi
#Umount /boot if we mounted it, exit with given exit code
die ()
{