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