mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
DO fabric fixes
This commit is contained in:
parent
fa60241c9c
commit
49fab18d40
@ -11,7 +11,7 @@
|
||||
|
||||
echo -e 'Waiting for Bitwarden database container to come online...'
|
||||
|
||||
sleep 60s
|
||||
sleep 30s
|
||||
|
||||
/root/bitwarden.sh updatedb
|
||||
|
||||
|
@ -7,6 +7,14 @@
|
||||
# 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
|
||||
# ref: https://github.com/digitalocean/marketplace-partners/blob/master/marketplace_docs/build-an-image-fabric.md#running-commands-on-first-login
|
||||
|
Loading…
Reference in New Issue
Block a user