From cdb096313991e6bb2cd62b5ba13f301395e280cc Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Wed, 3 Oct 2018 23:32:04 -0600 Subject: [PATCH] Remove timeout for remount-rw --- .bin/Scripts/remount-rw | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bin/Scripts/remount-rw b/.bin/Scripts/remount-rw index 4a0b833e..1ba4b41d 100755 --- a/.bin/Scripts/remount-rw +++ b/.bin/Scripts/remount-rw @@ -18,6 +18,4 @@ if udevil mount $DEVICE; then else echo "Failed" fi - -sleep 2s exit 0