refactor: SC3040 (warning): In POSIX sh, set option pipefail is undefined.

This commit is contained in:
Burnett01
2025-12-02 15:15:01 +00:00
parent d4d84ba02c
commit 6cb3f8196c
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
set -euo pipefail
set -euo
touch $HOME/.ssh/known_hosts
chmod 600 $HOME/.ssh/known_hosts