From 522a02352d520e6f97b4e1692a5eec9e9390529c Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sat, 11 Feb 2023 14:47:28 +0100 Subject: [PATCH] bookstack: fix finished message --- src/bookstack/install-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bookstack/install-service.sh b/src/bookstack/install-service.sh index f16d2aa..f18802e 100644 --- a/src/bookstack/install-service.sh +++ b/src/bookstack/install-service.sh @@ -181,4 +181,4 @@ systemctl daemon-reload systemctl enable --now bookstack-queue php7.4-fpm nginx redis-server systemctl restart php7.4-fpm nginx bookstack-queue redis-server -echo -e "Your bookstack installation is now complete. Please continue with setup in your Browser:\nURL:\t\thttp://$(echo $LXC_IP | cut -d'/' -f1)\nLogin:\t\tadmin@admin.com\nPassword:\tpassword\n\n" \ No newline at end of file +echo -e "Your bookstack installation is now complete. Please continue with setup in your Browser:\nLogin:\t\tadmin@admin.com\nPassword:\tpassword\n\n" \ No newline at end of file