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:
parent
0adbd1b203
commit
b3038fb76a
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue