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