summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cafed8..38f8130 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ install:
60install-debs: 60install-debs:
61 apt install --mark-auto --no-upgrade $(dependencies) 61 apt install --mark-auto --no-upgrade $(dependencies)
62test: install 62test: install
63 journalctl -f -u fossil-test@$(SSH_USERNAME) & p=$$!; systemctl start --wait fossil-test@$(SSH_USERNAME); kill $$p 63 journalctl -f -u fossil-test@$(SSH_USERNAME) & p=$$!; systemctl start --wait fossil-test@$(SSH_USERNAME); sleep 1; kill $$p
64start stop restart status show: 64start stop restart status show:
65 systemctl $@ $(units) 65 systemctl $@ $(units)
66follow: 66follow: