From bc7498fba21646b11f4c77426a1f58a1387caf53 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 24 Jun 2024 12:09:07 +0200 Subject: [PATCH] indents --- pidd.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pidd.sh b/pidd.sh index f02a429..f6e86ad 100644 --- a/pidd.sh +++ b/pidd.sh @@ -717,8 +717,8 @@ pidd_ln_python() { pidd_ln_python__command="${1}" if [ -n "${pidd_ln_python__command}" ]; then echo "→ ${PIDD_PYTHON_ALIAS} → ${pidd_ln_python__command}" - ln -f -s "${pidd_ln_python__command}" "/usr/bin/${PIDD_PYTHON_ALIAS}" \ - || exit + ln -f -s "${pidd_ln_python__command}" "/usr/bin/${PIDD_PYTHON_ALIAS}" || + exit fi } @@ -747,9 +747,9 @@ pidd_openssl() { pidd_openssl__file="${1}" if [ -f "${pidd_openssl__file}" ]; then openssl x509 \ - -in "${pidd_openssl__file}" \ - -noout -text \ - || exit + -in "${pidd_openssl__file}" \ + -noout -text || + exit fi }