From dd24f564a3068d2d11c046a8507b28f7cd489b91 Mon Sep 17 00:00:00 2001 From: ljhrot <296093710@qq.com> Date: Tue, 4 Aug 2020 21:59:03 +0800 Subject: [PATCH] Fix shell syntax error when running in ubuntu --- distribution/bin/shutdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/bin/shutdown.sh b/distribution/bin/shutdown.sh index 3df4a03e6e3..e3e14fedd86 100644 --- a/distribution/bin/shutdown.sh +++ b/distribution/bin/shutdown.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 1999-2018 Alibaba Group Holding Ltd. # Licensed under the Apache License, Version 2.0 (the "License");