diff options
| author | Jeff Carr <[email protected]> | 2025-04-12 11:27:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-12 11:27:55 -0500 |
| commit | 69ee3b95d0a2f5a3079e512a9f3315026912fcde (patch) | |
| tree | 89c816e422e08cfbc4e2113eeba9da5954aed070 /Makefile | |
| parent | 16558e1b72762e47ca9664c74922e060d571cea4 (diff) | |
droplet list works
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE= all: install @echo build worked virtigo list droplets + virtigo list droplets --on build: goimports vet GO111MODULE=off go build \ @@ -117,3 +118,6 @@ protogen: gocui: install virtigo --gui gocui --gui-verbose --gui-file ../../toolkits/gocui/gocui.so >/tmp/forge.log 2>&1 + +log: + journalctl -f -xeu virtigod.service |
