refactor: rename motrd to motr

This commit is contained in:
Prad Nukala
2024-09-30 22:21:44 -04:00
parent ffb67f0a6d
commit d6676ce551
7 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -299,7 +299,7 @@ sh-testnet: mod-tidy
motr:
@echo "(motr) Building motr gateway"
go build -o ./build/motrd ./cmd/motrd
go build -o ./build/motr ./cmd/motr
dwn:
@echo "(dwn) Building dwn.wasm -> IPFS Vault"
@@ -328,7 +328,7 @@ start-caddy:
start-motr: motr
@echo "(start-proxy) Starting proxy server"
./build/motrd start
./build/motr start
###############################################################################
### help ###