Skip to content

Commit 2e90538

Browse files
Updates from Vanderbilt (#105)
* Update VUMC domain name in deploy.sh * Fix formatting in deploy.sh for password check Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
1 parent e43c650 commit 2e90538

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/bash/deploy.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ -z "$APPSETTING_redcapAppZip" ]; then
5252
export APPSETTING_zipVersion="latest"
5353
fi
5454

55-
wget --method=post -O $redcapZipPath -q --body-data="username=$APPSETTING_redcapCommunityUsername&password=$APPSETTING_redcapCommunityPassword&version=$APPSETTING_zipVersion&install=1" --header=Content-Type:application/x-www-form-urlencoded https://redcap.vanderbilt.edu/plugins/redcap_consortium/versions.php
55+
wget --method=post -O $redcapZipPath -q --body-data="username=$APPSETTING_redcapCommunityUsername&password=$APPSETTING_redcapCommunityPassword&version=$APPSETTING_zipVersion&install=1" --header=Content-Type:application/x-www-form-urlencoded https://redcap.vumc.org/plugins/redcap_consortium/versions.php
5656

5757
# check to see if the redcap.zip file contains the word error
5858
if [ -z "$(grep -i error redcap.zip)" ]; then
@@ -140,5 +140,3 @@ cp /home/site/repository/scripts/bash/postbuild.sh /home/site/deployments/tools/
140140
####################################################################################
141141

142142
cp /home/site/repository/scripts/bash/startup.sh /home/startup.sh
143-
144-
#echo "mysql: $(which mysql)" >> /home/site/log-$stamp.txt

0 commit comments

Comments
 (0)