Skip to content

Commit

Permalink
Do not replace configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersigler committed Apr 6, 2017
1 parent fa64ecf commit b9749ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b9749ba

Please sign in to comment.