revert redirection change, change approach

This commit is contained in:
2025-09-24 18:01:27 +02:00
parent da53bfd721
commit 624b8d4c6e
3 changed files with 4 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ prnt()
shift
;;
esac
echo $echoopt -e "${IWhite}$(date $DATEFORMAT)${DEFAULTFG} ${heads} $@" >&2
echo $echoopt -e "${IWhite}$(date $DATEFORMAT)${DEFAULTFG} ${heads} $@"
unset heads echoopt
}

View File

@@ -105,7 +105,6 @@ fetch_secret()
scheme="${ref%%:*}"
identifier="${ref#*:}"
fi
prnt I "Fetching secret from $scheme, identified with \"$identifier\"..."
func="get_${scheme}_secret"