Skip to content

Commit 645a063

Browse files
take fs directory path as argument for proot-fixes.sh
1 parent 7b1bceb commit 645a063

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

udroid/src/proot-utils/proot-fixes.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# /etc/hosts
1111
# /etc/resolv.conf
1212

13+
root_fs_path=$1
14+
1315
PROG_PRINT() {
1416
echo -e "\t-> ${*}"
1517
}

0 commit comments

Comments
 (0)