mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
silent grep stderr. closes #862
This commit is contained in:
2
tests.mk
2
tests.mk
@@ -39,7 +39,7 @@ endif
|
||||
@echo "-----> Intitial SSH connection to populate known_hosts..."
|
||||
ssh -o StrictHostKeyChecking=no dokku@dokku.me help > /dev/null
|
||||
|
||||
ifeq ($(shell grep dokku.me /home/dokku/VHOST),)
|
||||
ifeq ($(shell grep dokku.me /home/dokku/VHOST 2>/dev/null),)
|
||||
@echo "-----> Setting default VHOST to dokku.me..."
|
||||
echo "dokku.me" > /home/dokku/VHOST
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user