1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

[fix] Create conf directory.

This commit is contained in:
opi 2016-05-04 13:38:38 +02:00
parent 0adbd1b203
commit b3038fb76a
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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