commit | 63bf69669bc3c625fd42202c8d2d1864613a5750 | [log] [tgz] |
---|---|---|
author | Jeremy Mowery <jermowery@email.arizona.edu> | Thu Feb 11 21:47:31 2016 -0700 |
committer | Jeremy Mowery <jermowery@email.arizona.edu> | Thu Feb 11 21:47:31 2016 -0700 |
tree | 4918a01db13903017e756999e285d348547c6b99 | |
parent | 8e839f77508fee41c746000b3d67d666bb453db2 [diff] |
Fix permissions
diff --git a/xos/synchronizers/vpn/steps/sync_vpntenant.yaml b/xos/synchronizers/vpn/steps/sync_vpntenant.yaml index 0269d70..6c9ce87 100644 --- a/xos/synchronizers/vpn/steps/sync_vpntenant.yaml +++ b/xos/synchronizers/vpn/steps/sync_vpntenant.yaml
@@ -41,6 +41,9 @@ - name: write auth script shell: echo "exit 0" > auth.sh + - name: make auth script executable + shell: chmod 777 auth.sh + - name: write base config shell: |