Skip to content

Commit 637ad27

Browse files
committed
fix typo in variable name
1 parent fe2a8d8 commit 637ad27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/udroid/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
TERMUX="/data/data/com.termux/files"
44
D_SCRIPTS="${TERMUX}/usr/etc/proot-distro"
5-
D_INSTALLED_ROOTDS="${TERMUX}/usr/var/lib/proot-distro/installed-rootfs"
5+
D_INSTALLED_ROOTFS="${TERMUX}/usr/var/lib/proot-distro/installed-rootfs"
66

77
die() { echo -e "${RED}[E] ${*}${RST}";exit 1;:;}
88
warn() { echo -e "${RED}[W] ${*}${RST}";:;}

0 commit comments

Comments
 (0)