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.
2 parents 27d1680 + f837ef5 commit f8c6de7Copy full SHA for f8c6de7
1 file changed
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