mirror of https://schlomp.space/tastytea/hashboot
-hmpf
parent
992465ad34
commit
55be3b45fd
7
hashboot
7
hashboot
|
@ -26,13 +26,6 @@ BOOT_MOUNTED=0
|
||||||
CONFIG_FILE="/etc/hashboot.cfg"
|
CONFIG_FILE="/etc/hashboot.cfg"
|
||||||
COUNTER=0
|
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
|
#Umount /boot if we mounted it, exit with given exit code
|
||||||
die ()
|
die ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue