From 145e47ad3ccd19f10951c4cc599e2bbbab36818d Mon Sep 17 00:00:00 2001 From: massyas Date: Fri, 27 Apr 2018 20:50:24 +0200 Subject: [PATCH] Creating tmp directory --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a4b7967..6d7de47 100755 --- a/scripts/install +++ b/scripts/install @@ -114,7 +114,8 @@ ynh_add_fpm_config #================================================= # SPECIFIC SETUP #================================================= -# ... +mkdir "$final_path/tmp" +chmod 777 "$final_path/tmp" #================================================= #=================================================