status-react/test/appium/docker/entry_point.sh

7 lines
91 B
Bash
Raw Normal View History

2019-03-01 13:24:23 +00:00
#!/usr/bin/env bash
APPIUM_LOG="/var/log/appium.log"
CMD="appium --log $APPIUM_LOG"
$CMD