We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae30716 commit 1b687d9Copy full SHA for 1b687d9
etc/gen_all_secrets
@@ -11,7 +11,7 @@ create_pw_file()
11
fi
12
13
# shellcheck disable=SC2039
14
- [ -n "$QUIET" ] || echo "Running '$SCRIPT'... "
+ [ -n "$QUIET" ] || printf "Running '%s'... " "$SCRIPT"
15
touch "$FILE"
16
chmod go= "$FILE"
17
"./$SCRIPT" > "$FILE"
0 commit comments