We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8e17d commit f837ef5Copy full SHA for f837ef5
docker-entrypoint-build.sh
@@ -36,7 +36,7 @@ if [ ! -d "/srv/media/stock" ]; then
36
curl -m 5 "https://api.adorable.io/avatars/200/$i.png" > "/srv/media/stock/$i.png";
37
done
38
else
39
- if [[ "$(ls /srv/media/stock | wc -l)" != "$stock_avatars" ]]; then
+ if [[ "$(ls /srv/media/stock | wc -l)" < "$stock_avatars" ]]; then
40
for i in $(seq $stock_avatars $END); do
41
42
0 commit comments