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

View File

@@ -1,4 +1,4 @@
#!/bin/sh -l
#!/usr/bin/env 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