-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Seems line 42 is being invoked when calling make install. This is the line:
ifeq ($(shell grep dokku.me /home/dokku/VHOST),)
And here is how I know:
==> default: stdin: is not a tty
==> default: grep:
==> default: /home/dokku/VHOST
==> default: : No such file or directory
==> default: wget -qO /usr/local/bin/sshcommand https://raw.github.com/progrium/sshcommand/master/sshcommand
That happens right at the start of the install :(
@michaelshobbs assigning to you since you originally setup the test integration.