From fe65590a6f7918dc8dcf52c5072b1ca15973651a Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 16 Oct 2021 18:21:22 +0200 Subject: [PATCH] improve makefile --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 8f36ef5..f40f304 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,13 @@ finish: systemctl enable subscriptions-update@websub.timer systemctl enable subscriptions-update@pull.timer systemctl start subscriptions-frontend.service + systemctl start subscriptions-update@websub.timer + systemctl start subscriptions-update@pull.timer # one-shot to initialize db with guest subscriptions in the background: systemctl start subscriptions-update@pull.service & + # + @echo '###################################################################' + @echo '# the software is now running. #' + @echo '# a user named "admin" with password "admin" has been created. #' + @echo '# log in, then change the password by clicking on the username! #' + @echo '###################################################################' -- 2.39.3