MagicMirror/docker-entrypoint.sh

12 lines
265 B
Bash
Raw Normal View History

#!/bin/sh
2017-01-31 11:41:40 +01:00
if [ ! -f /opt/magic_mirror/modules ]; then
cp -R /opt/magic_mirror/unmount_modules/. /opt/magic_mirror/modules
fi
if [ ! -f /opt/magic_mirror/config ]; then
2017-04-06 16:43:53 +02:00
cp -Rn /opt/magic_mirror/unmount_config/. /opt/magic_mirror/config
2017-01-31 11:41:40 +01:00
fi
node serveronly