Skip to content

Commit

Permalink
Update Federated-Deployment to be able to run from any working-direct…
Browse files Browse the repository at this point in the history
…ory.
  • Loading branch information
LSmyrnaios committed Jan 30, 2020
1 parent d9ae04a commit 895d194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Federated-Deployment/Docker-Ansible/scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

cd "${0%/*}" || (echo "Could not chdir to this script's dir!" && exit) # Change the working directory to the script's directory, when running from other location.

# Including functions only
source ./updateFiles.sh include-only
source ./stop.sh include-only
Expand Down

0 comments on commit 895d194

Please sign in to comment.