Skip to content

Commit

Permalink
Update installer.sh
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
Greyh4t authored Jan 8, 2024
1 parent ad1b1eb commit 660fdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/ksud/src/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ handle_partition() {
ui_print "- Handle partition /$1"
# we create a symlink if module want to access $MODPATH/system/$1
# but it doesn't always work(ie. write it in post-fs-data.sh would fail because it is readonly)
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
fi
}

Expand Down

0 comments on commit 660fdb1

Please sign in to comment.