From b3038fb76aff30e7bb0bffbd4ea353d2cb12aec2 Mon Sep 17 00:00:00 2001 From: opi Date: Wed, 4 May 2016 13:38:38 +0200 Subject: [PATCH] [fix] Create conf directory. --- scripts/install | 1 + scripts/upgrade | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index e97ce97..78433a2 100644 --- a/scripts/install +++ b/scripts/install @@ -24,6 +24,7 @@ wget -nv -O jappix.tar.gz https://github.com/jappix/jappix/archive/${VERSION}.ta final_path=/var/www/jappix sudo mkdir -p $final_path sudo tar -C $final_path -xf jappix.tar.gz --strip-components 1 +sudo mkdir -p $final_path/store/conf sudo cp ../conf/*.xml $final_path/store/conf/ # Set permissions to jappix directory diff --git a/scripts/upgrade b/scripts/upgrade index 184e93e..c25c125 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -27,6 +27,7 @@ wget -nv -O jappix.tar.gz https://github.com/jappix/jappix/archive/${VERSION}.ta final_path=/var/www/jappix sudo mkdir -p $final_path sudo tar -C $final_path -xf jappix.tar.gz --strip-components 1 +sudo mkdir -p $final_path/store/conf sudo cp ../conf/*.xml $final_path/store/conf/ # Set permissions to jappix directory