changed the web doc upload command

This commit is contained in:
hyung-hwan 2023-10-17 22:11:31 +09:00
parent 574987ff28
commit 1ded7684cc
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
all:
tar -cvf web-doc.tar index.html *.md
curl -sv -X UNTAR --data-binary @web-doc.tar --output /dev/null https://www.miflux.com 2>&1 | grep '^[<>]'
curl -sv -X UNTAR --data-binary @web-doc.tar --output /dev/null https://www.miflux.com/web-doc.tar 2>&1 | grep '^[<>]'

View File

@ -4,7 +4,6 @@
- systemctl enable glusterd
- systemctl start glusterd
## Peer Management
- gluster peer probe node1 node2 node3
- gluster peer detach node2 force