Skip to content

Commit 156520a

Browse files
committed
Add timeout for toast, in case it stuck
1 parent a3821e7 commit 156520a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mass_storage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ umount="$termux_bin"/umount
99
losetup="$termux_bin"/losetup
1010
find="$termux_bin"/find
1111
truncate="$termux_bin"/truncate
12-
toast="$termux_bin"/termux-toast
12+
toast="timeout 1 $termux_bin/termux-toast"
1313
mkfs=''
1414

1515
lun_file=''

0 commit comments

Comments
 (0)