Fixed some merge issues

This commit is contained in:
Patrick Skowronek
2022-05-05 08:52:09 +02:00
parent 0f1f2a2feb
commit f159ea8c3c
3 changed files with 11 additions and 23 deletions

View File

@ -12,10 +12,10 @@ CENTRAL_SERVICES=" <tr>
LOCAL_SERVICES=" <tr>
<td>Bridgehead</td>
<td>Reverse Proxy <a href=\"http://${HOST}:8080/\">Traefik</a></td>
<td>Reverse Proxy <a href=\"https://${HOST}:8080/\">Traefik</a></td>
</tr>"
if [ "$project" = "dktk" ] || [ "$project" = "c4" ] || [ "$project" = "dktk-fed" ]
if [ "$project" = "ccp" ]
then
CENTRAL_SERVICES+=" <tr>
<td>CCP-IT</td>
@ -40,11 +40,11 @@ then
"
fi
if [ "$project" = "dktk-fed" ]
if [ "$project" = "ccp" ]
then
LOCAL_SERVICES+=" <tr>
<td>DKTK</td>
<td><a href=\"https://${HOST}/dktk-localdatamanagement/fhir/\">Blaze</a></td>
<td><a href=\"https://${HOST}/cpp-localdatamanagement/fhir/\">Blaze</a></td>
</tr>
"
fi
@ -99,14 +99,6 @@ cat > ./landing/index.html <<EOL
</thead>
<tbody>
${LOCAL_SERVICES}
<tr>
<td>Bridgehead</td>
<td>Reverse Proxy <a href="https://e260-serv-05/dashboard/">Traefik</a></td>
</tr>
<tr>
<td>DKTK</td>
<td><a href="https://e260-serv-05/dktk-localdatamanagement/fhir/">Blaze</a></td>
</tr>
</tbody>
</table>
</div>

View File

@ -1,9 +1,7 @@
#!/bin/bash
### Note: Currently not complete, needs some features before useable for production
source lib/functions.sh
<<<<<<< HEAD
exitIfNotRoot
if [ $# -eq 0 ]; then
@ -18,8 +16,6 @@ fi
export project=$1
=======
>>>>>>> 290fe5459d7399ff23a2a8db067c1728858350d5
if ! ./lib/prerequisites.sh; then
log "Prerequisites failed, exiting"
exit 1