mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 23:24:13 +00:00
refactor: SC3040 (warning): In POSIX sh, set option pipefail is undefined.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -euo pipefail
|
||||
set -euo
|
||||
|
||||
source agent-start "${1:-default}"
|
||||
cat - | tr -d '\r' | DISPLAY=1 SSH_ASKPASS=agent-askpass ssh-add - >/dev/null
|
||||
|
||||
Reference in New Issue
Block a user