Skip to content

Commit

Permalink
Merge pull request #288 from MysteriumNetwork/HOTFIX/exec-flag-for-up…
Browse files Browse the repository at this point in the history
…date-dns-script

add exec perm for update dns script
  • Loading branch information
Waldz authored Jul 11, 2018
2 parents 70daaab + 9079a33 commit 7e064c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/client_build
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

mkdir -p $GOBIN/config

cp -v bin/client_package/config/$GOOS/* $GOBIN/config
cp -v bin/common_package/* $GOBIN/config
cp -vp bin/client_package/config/$GOOS/* $GOBIN/config
cp -vp bin/common_package/* $GOBIN/config

exit 0
Empty file modified bin/client_package/config/darwin/update-resolv-conf
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions bin/server_build
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

mkdir -p $GOBIN/config

cp -v bin/server_package/config/* $GOBIN/config
cp -v bin/common_package/* $GOBIN/config
cp -vp bin/server_package/config/* $GOBIN/config
cp -vp bin/common_package/* $GOBIN/config

exit 0

0 comments on commit 7e064c9

Please sign in to comment.