Skip to content

Commit

Permalink
Add adb_shell to allow-insecure option (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
0penth3wind0w authored and SrinivasanTarget committed Jan 11, 2020
1 parent c000424 commit be4fda2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Appium/entry_point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ if [ "$CHROMEDRIVER_AUTODOWNLOAD" = true ]; then
CMD+=" --allow-insecure chromedriver_autodownload"
fi

if [ "$ADB_SHELL" = true ]; then
CMD+=" --allow-insecure adb_shell"
fi

pkill -x xvfb-run
rm -rf /tmp/.X99-lock

Expand Down

0 comments on commit be4fda2

Please sign in to comment.