zookeeper启动报错
bin/zkServer.sh: 81: /home/ljj/software/zookeeper-3.4.13/bin/zkEnv.sh: Syntax error: "(" unexpected (expecting "fi")
将dash 改为 bash
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。root@PC:~$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 9月 25 12:48 /bin/sh -> dash
root@PC:~$ ln -sf bash /bin/sh
root@PC:~$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 11月 12 15:50 /bin/sh -> bash
重启即可

更多精彩