mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
[fix] remove install.php when upgrading
This commit is contained in:
parent
6228b6f803
commit
9ffe909647
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ final_path=/var/www/$app
|
|||
sudo mkdir -p $final_path
|
||||
sudo cp -a ../sources/* $final_path
|
||||
sudo find $final_path -type f -name ".htaccess" | xargs sudo rm
|
||||
sudo rm $final_path/install.php
|
||||
|
||||
sudo chown -R root: $final_path
|
||||
sudo chown -R www-data: $final_path/data
|
||||
|
|
Loading…
Add table
Reference in a new issue