From 4f8be8e62d670cd3d9146cd53f2e64b25f4dfdac Mon Sep 17 00:00:00 2001 From: Fabiano Alencar Date: Wed, 4 Apr 2018 14:53:47 -0300 Subject: [PATCH] mkdir to install composer --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ac064bb..504ade0 100644 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ echo "\m Checking if file bootstrap navwalker exist ... \n\n"; if (!file_exists("src/vendor/class-wp-bootstrap-navwalker.php")) { echo "\m Copy Boostrap Navwalker ... \n\n"; - mkdir("src/vendor/"); + mkdir("src/vendor/", 0777, true); copy("vendor/wp-bootstrap/wp-bootstrap-navwalker/class-wp-bootstrap-navwalker.php", "src/vendor/class-wp-bootstrap-navwalker.php"); }