Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Mar 15, 2019
1 parent a158681 commit 5c3a37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if [[ "$transport" == "me" ]]; then
if [[ "$c1inital" == "encrypt" ]]; then echo "CRYPT1: Passed"; else echo "CRYPT1: Failed" && fail=1; fi
if [[ "$c2inital" == "plexguide" ]]; then echo "CRYPT2: Passed"; else echo "CRYPT2: Failed" && fail=1; fi; fi

if [[ "$gfail" != "1" ]]; then
if [[ "$fail" != "1" ]]; then

# executes function when everything is good to deploy move
executemove
Expand Down

0 comments on commit 5c3a37d

Please sign in to comment.