mirror of
https://github.com/YunoHost-Apps/phpipam_ynh.git
synced 2024-09-03 19:56:39 +02:00
Update install
This commit is contained in:
parent
22722b968f
commit
b555652c42
1 changed files with 3 additions and 1 deletions
|
@ -155,7 +155,9 @@ ynh_replace_string "yunobase" "$db_name" "$final_path/config.php"
|
|||
|
||||
# Remove non utile files
|
||||
rm -rf "$final_path/install"
|
||||
rm -rf "$final_path/.htaccess"
|
||||
rm -f "$final_path/INSTALL.txt"
|
||||
rm -f "$final_path/README.md"
|
||||
rm -f "$final_path/.htaccess"
|
||||
rm -rf "$final_path/.git*"
|
||||
|
||||
# Set permissions to app files
|
||||
|
|
Loading…
Reference in a new issue