mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 05:17:03 +05:30
scripts: reformat
This commit is contained in:
parent
c5117e8669
commit
8340228637
3 changed files with 5 additions and 5 deletions
|
@ -7,10 +7,10 @@ KEY_FILE="$(mktemp)"
|
|||
|
||||
trap "rm -rf ${KEY_FILE} 2>/dev/null" INT TERM EXIT
|
||||
|
||||
echo "${ENCRYPT_KEY:?}" >"${KEY_FILE}"
|
||||
echo "${ENCRYPT_KEY:?}" > "${KEY_FILE}"
|
||||
|
||||
function decrypt() {
|
||||
if ! command -v age 1>/dev/null; then
|
||||
if ! command -v age 1> /dev/null; then
|
||||
echo "age not installed"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue