delay a second before correcting perms
This commit is contained in:
@@ -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 {} \;
|
||||||
Reference in New Issue
Block a user