Signed-off-by: JackWhh <5264499+jack_whh@user.noreply.gitee.com>
This commit is contained in:
JackWhh
2024-07-19 03:30:48 +00:00
committed by Gitee
parent 7335acf980
commit 91b8b9544d

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
#set -e at the top of your script will make the script exit with an error whenever an error occurs (and is not explicitly handled)
set -eu