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
|
||||
|
||||
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
|
||||
|
||||
if [ ! -f /opt/magic_mirror/config ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user