mirror of
https://github.com/bitwarden/server.git
synced 2025-06-15 07:20:49 -05:00
Fix DEV_CERT_CONTENTS
This commit is contained in:
parent
1e3db940a0
commit
5d5487b60a
@ -71,7 +71,7 @@ one_time_setup() {
|
||||
# Make file for them
|
||||
echo "Making $REPO_ROOT/dev/dev.pfx file for you based on DEV_CERT_CONTENTS environment variable."
|
||||
# Assume content is base64 encoded
|
||||
cat "$DEV_CERT_CONTENTS" | base64 -d > "$REPO_ROOT/dev/dev.pfx"
|
||||
echo "$DEV_CERT_CONTENTS" | base64 -d > "$REPO_ROOT/dev/dev.pfx"
|
||||
else
|
||||
if [[ $allow_interactive -eq 1 ]]; then
|
||||
read -r -p \
|
||||
|
Loading…
x
Reference in New Issue
Block a user