diff options
author | EuAndreh <eu@euandre.org> | 2019-06-05 19:34:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-05 19:34:08 -0300 |
commit | 0b9e0e12c4cbfe5ce590c27bf03a5f44d69a1ac2 (patch) | |
tree | 92c12dc4ffc965274b4b2f5160822139fa0c9dc6 | |
parent | Remove ansible-lint (diff) | |
download | server-0b9e0e12c4cbfe5ce590c27bf03a5f44d69a1ac2.tar.gz server-0b9e0e12c4cbfe5ce590c27bf03a5f44d69a1ac2.tar.xz |
Remove duplicate chmod on borg-remote
-rwxr-xr-x | scripts/ci/setup.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ci/setup.sh b/scripts/ci/setup.sh index fffb2e5..63e3657 100755 --- a/scripts/ci/setup.sh +++ b/scripts/ci/setup.sh @@ -19,7 +19,6 @@ echo "Done." # git smudge after git-crypt clears file permissions chmod 600 ./secrets/ssh/vps-box-client -chmod 600 ./secrets/borg/borg_remote cat .envrc >> ~/.buildenv source .envrc |