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 }