1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-28 06:44:50 -05:00
2019-02-21 13:53:38 -05:00

27 lines
709 B
Bash

#!/bin/sh
#
# Configured as part of the DigitalOcean 1-Click Image build process
myip=$(hostname -I | awk '{print$1}')
cat <<EOF
********************************************************************************
Welcome to your Bitwarden server
https://bitwarden.com
Complete documentation:
https://help.bitwarden.com/hosting/
Configuration:
Configuration changes can be made in `/root/bwdata/config.yml` and
`/root/bwdata/env/global.override.env`.
Common commands:
/root/bitwarden.sh stop
/root/bitwarden.sh restart
/root/bitwarden.sh rebuild
********************************************************************************
To delete this message of the day: rm -rf $(readlink -f ${0})
EOF