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