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

7 lines
83 B
Bash

#!/bin/bash
APPIUM_LOG="/var/log/appium.log"
CMD="appium --log $APPIUM_LOG"
$CMD