simple-links/start.sh

7 lines
169 B
Bash
Raw Normal View History

2023-07-12 13:06:48 +00:00
echo "Checking if files need to be downloaded"
if [ -z "$(ls -A /usr/src/app/public)" ]; then
echo "Directory is empty"
fi
2023-07-12 13:06:48 +00:00
echo "Starting Simple Links..."
npm start