Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 3987e3d

Browse files
author
Leo Gallucci
committed
1 parent 9a94795 commit 3987e3d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

bin/DisplaySponsorRequest

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
echo "*********** CALL FOR SPONSORS ***********"
4+
echo -e ""
5+
echo -e " https://github.com/sponsors/elgalu "
6+
echo -e ""
7+
echo "*********** CALL FOR SPONSORS ***********"

bin/entry.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ fi
381381
ga_track_start () {
382382
if [ "${SEND_ANONYMOUS_USAGE_INFO}" == "true" ]; then
383383
DisplayDataProcessingAgreement
384+
DisplaySponsorRequest
384385

385386
START_META_DATA=""
386387
START_META_DATA="${START_META_DATA} -proxy='${SELENIUM_NODE_PROXY_PARAMS}'"

supervisor/bin/run-supervisord.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ die () {
1616
ga_track_shutdown () {
1717
if [ "${SEND_ANONYMOUS_USAGE_INFO}" == "true" ]; then
1818
DisplayDataProcessingAgreement
19+
DisplaySponsorRequest
1920

2021
local args=(
2122
--max-time 10

0 commit comments

Comments
 (0)