This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 4fd0ce7 feat(deploy): set gen-config-yaml.sh executable (#362)
4fd0ce7 is described below
commit 4fd0ce79bb34dbe8c31b7a27884930e3b0e5437c
Author: Joey <[email protected]>
AuthorDate: Fri Aug 7 22:55:27 2020 +0800
feat(deploy): set gen-config-yaml.sh executable (#362)
This also would simplify the docs.
Signed-off-by: imjoey <[email protected]>
---
compose/README.md | 4 ----
compose/gen-config-yaml.sh | 0
2 files changed, 4 deletions(-)
diff --git a/compose/README.md b/compose/README.md
index f3b0edc..0c7a22e 100644
--- a/compose/README.md
+++ b/compose/README.md
@@ -21,10 +21,6 @@
```sh
$ cd apisix-dashboard/compose
-
-$ chmod +x ./manager_conf/build.sh
-
-$ chmod +x gen-config-yaml.sh
$ sh gen-config-yaml.sh
# For most users in China, please use some proxy services like
https://www.daocloud.io/mirror to speed up your Docker images pulling.
diff --git a/compose/gen-config-yaml.sh b/compose/gen-config-yaml.sh
old mode 100644
new mode 100755