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 0dc43ce commit 6aeb221Copy full SHA for 6aeb221
service.sh
@@ -1,3 +1,2 @@
1
-# name this mountpoint as KSU to trigger unmount
2
MODDIR="${0%/*}"
3
-mount -t overlay -o lowerdir=/system/etc,upperdir=$MODDIR/system/etc,workdir=$MODDIR/worker KSU /system/etc
+mount --bind "$MODDIR/system/etc/hosts" /system/etc/hosts
0 commit comments