Skip to content

Commit

Permalink
Merge pull request #200 from LSmyrnaios/master
Browse files Browse the repository at this point in the history
Run Federated-Deployment from any working-directory.
  • Loading branch information
sofiakarb authored Jan 31, 2020
2 parents d9ae04a + 895d194 commit b6f2afb
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 b6f2afb

Please sign in to comment.