From b9749bad61f1888b696c4df8e470d29c42763e02 Mon Sep 17 00:00:00 2001 From: Javier Sigler Date: Thu, 6 Apr 2017 16:43:53 +0200 Subject: [PATCH] Do not replace configuration --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 9d91492f0a..5d37b4a600 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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