Skip to content

Commit

Permalink
BE App deploy script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Jan 28, 2017
1 parent 5c0143f commit e331974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TalosHelper/deployTalosBEApplication.sh
@@ -1,6 +1,6 @@
#!/bin/bash
LOCAL_PATH=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
CUR_PATH=(pwd)
CUR_PATH=$(pwd)

if [ -z "$1" ]
then
Expand Down
2 changes: 1 addition & 1 deletion TalosHelper/installCloudBackend.sh
@@ -1,6 +1,6 @@
#!/bin/bash
LOCAL_PATH=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
CUR_PATH=(pwd)
CUR_PATH=$(pwd)

sudo apt-get update

Expand Down

0 comments on commit e331974

Please sign in to comment.