1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-18 10:05:37 -05:00
2019-02-21 12:39:02 -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