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