From 6ae01c84ff7eebd980e02ce98906bdec0284b6a2 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 5 Sep 2017 11:08:59 +0200 Subject: [PATCH] Fix Error With Travis File Permissions --- .dev-tools/install-nginx-3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.dev-tools/install-nginx-3.sh b/.dev-tools/install-nginx-3.sh index b45f0b589..d8b433ab0 100755 --- a/.dev-tools/install-nginx-3.sh +++ b/.dev-tools/install-nginx-3.sh @@ -262,6 +262,7 @@ printf '\n%s\n%s\n%s\n\n' "######################" "Now Run our Curl Tests" "### # Copy all .conf files used in Test 3 to a folder for checking # ************************************************************ +sudo chown -R travis:travis $TRAVIS_BUILD_DIR/ sudo cp /etc/nginx/mybots.d/* $TRAVIS_BUILD_DIR/.dev-tools/_conf_files_test3/bots.d/ sudo cp /etc/nginx/myconf.d/* $TRAVIS_BUILD_DIR/.dev-tools/_conf_files_test3/conf.d/