mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Change copy flag to not replace existing modules
This commit is contained in:
parent
b688dcd4ba
commit
4f844abc0c
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ ! -f /opt/magic_mirror/modules ]; then
|
if [ ! -f /opt/magic_mirror/modules ]; then
|
||||||
cp -R /opt/magic_mirror/unmount_modules/. /opt/magic_mirror/modules
|
cp -Rn /opt/magic_mirror/unmount_modules/. /opt/magic_mirror/modules
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f /opt/magic_mirror/config ]; then
|
if [ ! -f /opt/magic_mirror/config ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user