#!/bin/bashif [[ $1 == start ]]; then {MU_DIR} -v startelif [[ $1 == stop ]]; then {MU_DIR} -v stopelif [[ $1 == restart ]]; then {MU_DIR} -v restartelse exitfi
本文共 213 字,大约阅读时间需要 1 分钟。
#!/bin/bashif [[ $1 == start ]]; then {MU_DIR} -v startelif [[ $1 == stop ]]; then {MU_DIR} -v stopelif [[ $1 == restart ]]; then {MU_DIR} -v restartelse exitfi
转载于:https://blog.51cto.com/hekaihao/1793131