1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

DO fabric fixes

This commit is contained in:
Kyle Spearrin 2019-02-21 13:10:35 -05:00
parent fa60241c9c
commit 49fab18d40
3 changed files with 9 additions and 1 deletions

View File

@ -11,7 +11,7 @@
echo -e 'Waiting for Bitwarden database container to come online...' echo -e 'Waiting for Bitwarden database container to come online...'
sleep 60s sleep 30s
/root/bitwarden.sh updatedb /root/bitwarden.sh updatedb

View File

@ -7,6 +7,14 @@
# if you use the build_image task. # if you use the build_image task.
# #
#
# Make MOTD and boot script executable
#
chmod +x /var/lib/cloud/scripts/per-instance/001_onboot
chmod +x /etc/update-motd.d/99-bitwarden-welcome
# #
# Setup First Run Script # Setup First Run Script
# ref: https://github.com/digitalocean/marketplace-partners/blob/master/marketplace_docs/build-an-image-fabric.md#running-commands-on-first-login # ref: https://github.com/digitalocean/marketplace-partners/blob/master/marketplace_docs/build-an-image-fabric.md#running-commands-on-first-login