mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-03 14:23:45 +03:00
Updated Deployment examples (markdown)
+1
-1
@@ -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