Skip to content

Commit 7386e44

Browse files
committed
fix bash
1 parent f190dde commit 7386e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/restart_driver_daemonset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
set -euo pipefail
17+
set -eo pipefail
1818

1919
echo "*****************start blob log (before restart)***********************"
2020
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

0 commit comments

Comments
 (0)