Files
zigbee2mqtt/docker/run.sh
T
2018-05-09 22:15:59 +02:00

9 lines
174 B
Bash

#!/bin/sh
if [ ! -f /app/data/configuration.yaml ]; then
echo "Creating configuration file..."
cp /app/configuration.yaml /app/data/configuration.yaml
fi
npm start