From b98b488f70bd770cae80a33d3e888f79a2c66edf Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 6 Nov 2022 20:36:47 -0500 Subject: [PATCH] delay a second before correcting perms --- getprebuilt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/getprebuilt.sh b/getprebuilt.sh index 780b25f..75fd0b2 100755 --- a/getprebuilt.sh +++ b/getprebuilt.sh @@ -25,5 +25,6 @@ fi echo github-release download -u "$GITHUB_USERNAME" -r "i2p.firefox" -n "I2P.zip" -t "$TODAYSDATE" github-release download -u "$GITHUB_USERNAME" -r "i2p.firefox" -n "I2P.zip" -t "$TODAYSDATE" unzip I2P.zip +sleep 1 find I2P -type d -exec chmod 755 {} \; find I2P -type f -exec chmod +rw {} \; \ No newline at end of file