mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Fix typo
This commit is contained in:
parent
699bcf56ee
commit
530d4c574e
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ vhdx_to_img() {
|
|||
|
||||
# workaround for Debian
|
||||
# In Debian /usr/sbin is not in PATH and some utilities are not in /bin
|
||||
[ -f /usr/sbin ] && export PATH="/usr/sbin:$PATH"
|
||||
[ -d /usr/sbin ] && export PATH="/usr/sbin:$PATH"
|
||||
# In Debian /etc/mtab is not exist
|
||||
[ -f /etc/mtab ] || ln -s /proc/self/mounts /etc/mtab
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue