This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-tsg-olap-dll-multipo…/external-flume/conf/radius/start_flume.sh
2020-05-14 13:34:58 +08:00

6 lines
136 B
Bash
Executable File

#!/bin/sh
BASE_DIR=$(cd $(dirname $0); pwd)
DAE_FILE=$(cd $(dirname $0); ls | grep dae*)
nohup ${BASE_DIR}/$DAE_FILE >/dev/null 2>&1 &