mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Updated Deployment examples (markdown)
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user