6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
if [ -d /icons ]; then
|
|
cp /app/public/icon-512.png /icons/enkelbudget.png
|
|
fi
|
|
exec node server.js
|