Parcourir la source

Unbuntu 20.0 默认sh为dash执行时会报语法异常 (#2939)

Ymangz il y a 4 ans
Parent
commit
b5b08e92e3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      deployer/src/main/bin/restart.sh

+ 2 - 2
deployer/src/main/bin/restart.sh

@@ -2,5 +2,5 @@
 
 args=$@
 
-sh stop.sh $args
-sh startup.sh $args
+bash stop.sh $args
+bash startup.sh $args