Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Changed creating 'installer-installer-backend' to 'installer-backend'
Browse files Browse the repository at this point in the history
  • Loading branch information
pskindel committed Feb 24, 2016
1 parent 26f45ef commit 5e4bd42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function get_default_domain {

function get_backend_endpoint {
DOMAIN=$(get_default_domain)
echo "http://${1}-installer-backend.${DOMAIN}"
echo "http://${1}-backend.${DOMAIN}"
}

function get_backend_device_measurement_table_name {
Expand Down Expand Up @@ -219,7 +219,7 @@ function provide_captcha_credentials {
}

function deploy_backend {
APP_NAME="${1}-installer-backend"
APP_NAME="${1}-backend"
EXISTS=$(check_app_exists ${APP_NAME})
if [ $EXISTS -eq 1 ]
then
Expand Down

0 comments on commit 5e4bd42

Please sign in to comment.