1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-23 12:25:16 +01:00
bitwarden-server/util/DigitalOceanMarketplace/files/etc/update-motd.d/99-bitwarden-welcome
2019-02-21 13:10:35 -05:00

19 lines
540 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
Self-hosted documentation:
https://help.bitwarden.com/article/install-on-premise/
https://help.bitwarden.com/hosting/
********************************************************************************
To delete this message of the day: rm -rf $(readlink -f ${0})
EOF