mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
make sure to not fail
This commit is contained in:
@@ -15,4 +15,4 @@ sed -i 's/# server_names_hash_bucket_size/server_names_hash_bucket_size/' /etc/n
|
||||
[[ $(dig +short $HOSTNAME) ]] && echo $HOSTNAME > /home/git/VHOST
|
||||
|
||||
/etc/init.d/nginx start
|
||||
start nginx-reloader
|
||||
start nginx-reloader || true
|
||||
|
||||
Reference in New Issue
Block a user