Skip to content

Commit

Permalink
Fix error executing script
Browse files Browse the repository at this point in the history
  • Loading branch information
shakalaca committed Mar 1, 2021
1 parent 5d88b62 commit df2f482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions patch_vbox.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ adb -e push magisk.zip "/data/local/tmp/"
adb -e push busybox "/data/local/tmp/"
adb -e push process.sh "/data/local/tmp/"
adb -e push initrd.patch "/data/local/tmp/"
adb -e shell "dos2unix /data/local/tmp/process.sh"
adb -e shell "sh /data/local/tmp/process.sh /data/local/tmp %1"
1 change: 1 addition & 0 deletions patch_vbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ adb -e push magisk.zip /data/local/tmp/
adb -e push busybox /data/local/tmp/
adb -e push process.sh /data/local/tmp/
adb -e push initrd.patch /data/local/tmp/
adb -e shell "dos2unix /data/local/tmp/process.sh"
adb -e shell "sh /data/local/tmp/process.sh /data/local/tmp $1"

0 comments on commit df2f482

Please sign in to comment.