From 249c098960ab3a96f40e60d06b32952f80ac4c03 Mon Sep 17 00:00:00 2001 From: zclaiqcc Date: Fri, 14 Apr 2023 10:55:40 +0800 Subject: [PATCH] feat: add success and deploy hint after installation --- safeline-ce.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/safeline-ce.sh b/safeline-ce.sh index 2312290..45714b1 100755 --- a/safeline-ce.sh +++ b/safeline-ce.sh @@ -41,3 +41,6 @@ COMPOSE_FILE=compose.yaml" > $env_file fi mkdir -p $installer_path + +echo "Success!" +echo "Start safeline-ce with `docker compose up -d`" \ No newline at end of file