mirror of
https://github.com/bitwarden/server.git
synced 2025-06-15 15:30: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
|
# Make file for them
|
||||||
echo "Making $REPO_ROOT/dev/dev.pfx file for you based on DEV_CERT_CONTENTS environment variable."
|
echo "Making $REPO_ROOT/dev/dev.pfx file for you based on DEV_CERT_CONTENTS environment variable."
|
||||||
# Assume content is base64 encoded
|
# 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
|
else
|
||||||
if [[ $allow_interactive -eq 1 ]]; then
|
if [[ $allow_interactive -eq 1 ]]; then
|
||||||
read -r -p \
|
read -r -p \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user