revert redirection change, change approach
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -105,7 +105,6 @@ fetch_secret()
|
||||
scheme="${ref%%:*}"
|
||||
identifier="${ref#*:}"
|
||||
fi
|
||||
prnt I "Fetching secret from $scheme, identified with \"$identifier\"..."
|
||||
|
||||
func="get_${scheme}_secret"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user