From 97adfd4c5a3448a11e00594c36bc7a9f7d5f7011 Mon Sep 17 00:00:00 2001 From: Diptesh Choudhuri Date: Sat, 3 Sep 2022 19:41:46 +0530 Subject: [PATCH] Updated Deployment examples (markdown) --- Deployment-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deployment-examples.md b/Deployment-examples.md index e21aa9d..72690b0 100644 --- a/Deployment-examples.md +++ b/Deployment-examples.md @@ -118,7 +118,7 @@ read -rp "Enter the name of the app: " APPNAME # check if app name is empty if [ -z "$APPNAME" ]; then - echo "App name empty. Using default name: $APPNAME" + echo "App name empty. Using default name: vaultwarden" APPNAME="vaultwarden" fi