suppress chmod errors

This commit is contained in:
Jonas Maier 2024-05-12 15:14:34 +02:00
parent f0cecf1d2d
commit 4d35178732

2
run.sh
View File

@ -20,7 +20,7 @@ do
git clone "$URL" .
fi
chmod -R a+r ./*
chmod -R a+r ./* || true
# allow sleep to be interrupted
sleep "$INTERVAL" &