We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3047a74 commit 2f9ddadCopy full SHA for 2f9ddad
userspace/ksud/src/installer.sh
@@ -313,7 +313,7 @@ handle_partition() {
313
ui_print "- Handle partition /$1"
314
# we create a symlink if module want to access $MODPATH/system/$1
315
# but it doesn't always work(ie. write it in post-fs-data.sh would fail because it is readonly)
316
- mv -f $MODPATH/system/$1 $MODPATH/ && ln -sf ../$1 $MODPATH/system/$1
+ cp -rf $MODPATH/system/$1 $MODPATH/ && rm -rf $MODPATH/system/$1 && ln -sf ../$1 $MODPATH/system/$1
317
fi
318
}
319
0 commit comments