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

Commit

Permalink
Merge pull request #10 from enableiot/DPNG-4859_installer-installer-b…
Browse files Browse the repository at this point in the history
…ackend

Changed creating 'installer-installer-backend' to 'installer-backend'
  • Loading branch information
Marcin Makowski committed Feb 24, 2016
2 parents 88d4a01 + 5e4bd42 commit 9070f5c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
conf
Empty file modified configure.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions installer.sh
100644 → 100755
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
Empty file modified ubuntu-requirements.sh
100644 → 100755
Empty file.

0 comments on commit 9070f5c

Please sign in to comment.