1 #!/bin/bash 2 case $1 in 3 "start"){ 4 /opt/module/maxwell/bin/maxwell --config /opt/module/maxwell/config.properties 5 };; 6 esac
1 #!/bin/bash 2 case $1 in 3 "start"){ 4 /opt/module/maxwell/bin/maxwell --config /opt/module/maxwell/config.properties 5 };; 6 esac