Commit 2a4d4c0a authored by nanahira's avatar nanahira

fix

parent 6f983932
Pipeline #40639 passed with stages
in 1 minute and 36 seconds
...@@ -21,7 +21,7 @@ echo "$down" ...@@ -21,7 +21,7 @@ echo "$down"
run_stop() { run_stop() {
signalCode=$1 signalCode=$1
for down in "${downs[@]}"; do for down in "${downs[@]}"; do
"$down" eval "$down"
done done
if [ $pid -ne 0 ]; then if [ $pid -ne 0 ]; then
kill "-$signalCode" "$pid" kill "-$signalCode" "$pid"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment