From 31d11136ec0e4414612d4d5a78388b1235deb031 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 19 Feb 2022 18:14:56 +0100 Subject: [PATCH] #20 fix copy paste typo --- DGWTimeServer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DGWTimeServer/Makefile b/DGWTimeServer/Makefile index 1212731..87b80ab 100644 --- a/DGWTimeServer/Makefile +++ b/DGWTimeServer/Makefile @@ -28,7 +28,7 @@ install: dgwtimeserver systemctl enable dgwtimeserver.service @systemctl daemon-reload @echo "\n" - @echo "DGWTimeserver Install complete, edit $(CFG_DIR)dstargateway.cfg and start the daemon with 'systemctl start dgwtimeserver.service'" + @echo "DGWTimeserver Install complete, edit $(CFG_DIR)dgwtimeserver.cfg and start the daemon with 'systemctl start dgwtimeserver.service'" @echo "\n" ../BaseCommon/BaseCommon.a: