From 80fc86f6c13adc3e0045c2318572f8cadf7fdc56 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 2 Jun 2020 13:56:40 -0400 Subject: [PATCH] again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b2d2086..09154e5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - sudo cp ./tests/assets/ssl/dh2048.pem /home/user-data/ssl - echo "==== Add the PRIMARY_HOSTNAME to /etc/hosts ====" - echo "$(source setup/functions.sh; get_default_privateip 4) $PRIMARY_HOSTNAME" > /tmp/hosts_add.tmp - - sudo cat /tmp/hosts_add.tmp >>/etc/hosts + - sudo $SHELL -c 'cat /tmp/hosts_add.tmp >>/etc/hosts' install: - sudo ./setup/start.sh -v