mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
Update install
bugfix
This commit is contained in:
parent
5069581561
commit
6384775e34
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d '[A-Za-z0-9]'
|
|||
final_path=/var/www/jappix
|
||||
sudo mkdir -p $final_path
|
||||
sudo cp -r ../source/* $final_path
|
||||
sudo cp ../conf/*.xml $fnal_path/store/conf/
|
||||
sudo cp ../conf/*.xml $final_path/store/conf/
|
||||
|
||||
# Set permissions to jappix directory
|
||||
sudo chown -R www-data: $final_path
|
||||
|
|
Loading…
Reference in a new issue