Commit 06e79d0 1 parent fc0767d commit 06e79d0 Copy full SHA for 06e79d0
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ function sync_mods_folder {
24
24
25
25
$RSYNC $exclusionlist $childmod / $DSTPATH /$childname /
26
26
if ls $SRC /$subm /[Ll][Ii][Cc][Ee][Nn][SsCc][Ee]* & > /dev/null; then
27
- cp --no-clobber $VERBOSEONLY $SRC /$subm /[Ll][Ii][Cc][Ee][Nn][SsCc][Ee]* $DSTPATH /$childname /
27
+ cp --update=none $VERBOSEONLY $SRC /$subm /[Ll][Ii][Cc][Ee][Nn][SsCc][Ee]* $DSTPATH /$childname /
28
28
elif ls $SRC /$subm /[Cc][Oo][Pp][Yy][Ii][Nn][Gg]* & > /dev/null; then
29
- cp --no-clobber $VERBOSEONLY $SRC /$subm /[Cc][Oo][Pp][Yy][Ii][Nn][Gg]* $DSTPATH /$childname /
29
+ cp --update=none $VERBOSEONLY $SRC /$subm /[Cc][Oo][Pp][Yy][Ii][Nn][Gg]* $DSTPATH /$childname /
30
30
elif ls $SRC /$subm /[Rr][Ee][Aa][Dd][Mm][Ee]* & > /dev/null; then
31
- cp --no-clobber $VERBOSEONLY $SRC /$subm /[Rr][Ee][Aa][Dd][Mm][Ee]* $DSTPATH /$childname /
31
+ cp --update=none $VERBOSEONLY $SRC /$subm /[Rr][Ee][Aa][Dd][Mm][Ee]* $DSTPATH /$childname /
32
32
fi
33
33
34
34
else
You can’t perform that action at this time.
0 commit comments