From 4f65e6f676392f1ce5b08ccc688119ce4207da2d Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Tue, 6 Nov 2018 15:04:55 +0100 Subject: [PATCH] testing: Use sudo for rundir --- testing/start_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/start_test.sh b/testing/start_test.sh index 6718cf0..69a5e76 100755 --- a/testing/start_test.sh +++ b/testing/start_test.sh @@ -30,7 +30,7 @@ elif [ -d /etc/php.d ]; then fpm="php-fpm" if [ -d /run ]; then - mkdir -p /run/php-fpm + sudo mkdir -p /run/php-fpm fi fi elif [ -d /etc/php5/conf.d ]; then