Skip to content

Commit 6aeb221

Browse files
authored
Update service.sh
1 parent 0dc43ce commit 6aeb221

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

service.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# name this mountpoint as KSU to trigger unmount
21
MODDIR="${0%/*}"
3-
mount -t overlay -o lowerdir=/system/etc,upperdir=$MODDIR/system/etc,workdir=$MODDIR/worker KSU /system/etc
2+
mount --bind "$MODDIR/system/etc/hosts" /system/etc/hosts

0 commit comments

Comments
 (0)