Remove timeout for remount-rw

This commit is contained in:
2Shirt 2018-10-03 23:32:04 -06:00
parent 5ad18a7fee
commit cdb0963139

View file

@ -18,6 +18,4 @@ if udevil mount $DEVICE; then
else
echo "Failed"
fi
sleep 2s
exit 0