Do not replace configuration

This commit is contained in:
Javier Sigler 2017-04-06 16:43:53 +02:00
parent fa64ecf513
commit b9749bad61

View File

@ -5,7 +5,7 @@ if [ ! -f /opt/magic_mirror/modules ]; then
fi
if [ ! -f /opt/magic_mirror/config ]; then
cp -R /opt/magic_mirror/unmount_config/. /opt/magic_mirror/config
cp -Rn /opt/magic_mirror/unmount_config/. /opt/magic_mirror/config
fi
node serveronly