From f6df0f44f265748b25d2de84ae812f61de0833d2 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 12 Jul 2023 14:06:48 +0100 Subject: [PATCH] add logs --- start.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 5f127e6..8394c56 100644 --- a/start.sh +++ b/start.sh @@ -1,5 +1,7 @@ +echo "Checking if files need to be downloaded" if [ -z "$(ls -A /usr/src/app/public)" ]; then echo "Directory is empty" fi -node start \ No newline at end of file +echo "Starting Simple Links..." +npm start \ No newline at end of file