delay a second before correcting perms

This commit is contained in:
idk
2022-11-06 20:36:47 -05:00
parent 52b34a5d6a
commit b98b488f70

View File

@@ -25,5 +25,6 @@ fi
echo github-release download -u "$GITHUB_USERNAME" -r "i2p.firefox" -n "I2P.zip" -t "$TODAYSDATE" 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" github-release download -u "$GITHUB_USERNAME" -r "i2p.firefox" -n "I2P.zip" -t "$TODAYSDATE"
unzip I2P.zip unzip I2P.zip
sleep 1
find I2P -type d -exec chmod 755 {} \; find I2P -type d -exec chmod 755 {} \;
find I2P -type f -exec chmod +rw {} \; find I2P -type f -exec chmod +rw {} \;