mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
Update build scripts
This commit is contained in:
parent
c6012f035d
commit
8a2a3dd93e
@ -67,14 +67,7 @@ while [[ "$#" -gt 0 ]]; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
# Checks whether it is locally compiled or not.
|
OPENRING="openring $OPENRING_ARGS";
|
||||||
if [[ -a ./openring ]]; then
|
|
||||||
OPENRING="./openring/openring";
|
|
||||||
else
|
|
||||||
OPENRING="openring";
|
|
||||||
fi
|
|
||||||
|
|
||||||
OPENRING="$OPENRING $OPENRING_ARGS";
|
|
||||||
|
|
||||||
for feed in $(jq ".[]" "$DATA" | shuf --head-count $LIMIT); do
|
for feed in $(jq ".[]" "$DATA" | shuf --head-count $LIMIT); do
|
||||||
OPENRING="$OPENRING -s $feed";
|
OPENRING="$OPENRING -s $feed";
|
||||||
|
Loading…
Reference in New Issue
Block a user