mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Do not replace configuration
This commit is contained in:
parent
fa64ecf513
commit
b9749bad61
@ -5,7 +5,7 @@ if [ ! -f /opt/magic_mirror/modules ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f /opt/magic_mirror/config ]; then
|
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
|
fi
|
||||||
|
|
||||||
node serveronly
|
node serveronly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user