add sleep to mountpoints

This commit is contained in:
Tobias Powalowski 2022-04-04 17:43:18 +02:00
parent d0ef5d1d86
commit 6c2e7c45dc

View file

@ -245,7 +245,8 @@ mountpoints() {
sleep 1
done < /tmp/.parts
printk on
DIALOG --msgbox "Partitions were successfully mounted." 0 0
DIALOG --infobox "Partitions were successfully mounted.\nContinuing in 3 seconds..." 0 0
sleep 3
NEXTITEM="5"
S_MKFS=1
}