mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-03 13:33:44 +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
|
# check if app name is empty
|
||||||
if [ -z "$APPNAME" ]; then
|
if [ -z "$APPNAME" ]; then
|
||||||
echo "App name empty. Using default name: $APPNAME"
|
echo "App name empty. Using default name: vaultwarden"
|
||||||
APPNAME="vaultwarden"
|
APPNAME="vaultwarden"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user