debug: check if there is extra output

This commit is contained in:
Jose Diaz-Gonzalez
2020-06-02 00:44:41 -04:00
parent 5c17bcc710
commit d60140dad8

View File

@@ -100,8 +100,8 @@ endif
prime-ssh-known-hosts:
@echo "-----> Intitial SSH connection to populate known_hosts..."
ssh -o StrictHostKeyChecking=no dokku@dokku.me help >/dev/null
ssh -o StrictHostKeyChecking=no dokku@127.0.0.1 help >/dev/null
ssh -o StrictHostKeyChecking=no dokku@dokku.me help
ssh -o StrictHostKeyChecking=no dokku@127.0.0.1 help
lint-setup:
@mkdir -p test-results/shellcheck tmp/shellcheck