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

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh -l
#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 -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 set -eu