mirror of
https://gitee.com/jack_whh/SFTP-Deploy-Action.git
synced 2026-03-09 23:12:55 +08:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user