entrypoint.sh 87 B

12345678
  1. #!/bin/bash
  2. set -e
  3. set -o pipefail
  4. mkdir -p /data/wapage/log/ea_video_adv
  5. exec "$@"