Skip to content

Commit aabefb1

Browse files
committed
Add ability for admins to override the Bosco tarball URL
(SOFTWARE-4537)
1 parent acfe242 commit aabefb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hosted-ce/30-remote-site-setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ fi
161161
[[ $REMOTE_BOSCO_DIR ]] && bosco_cluster_opts+=(-b "$REMOTE_BOSCO_DIR") \
162162
|| REMOTE_BOSCO_DIR=bosco
163163
164+
# Add the ability for admins to override the default Bosco tarball URL (SOFTWARE-4537)
165+
[[ $BOSCO_TARBALL_URL ]] && bosco_cluster_opts+=(--url "$BOSCO_TARBALL_URL")
166+
164167
for ruser in $users; do
165168
setup_ssh_config
166169
done

0 commit comments

Comments
 (0)