1
0
Fork 0
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:
liberodark 2020-01-17 11:23:53 +01:00 committed by GitHub
parent f86a3307cb
commit d458f93ed7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,13 +166,15 @@ ynh_replace_string "yunobase" "$db_name" "$final_path/config.php"
### that really need such authorization. ### that really need such authorization.
# Remove non utile files # Remove non utile files
ynh_secure_remove $final_path/install rm -f $final_path/config.dist.php
ynh_secure_remove $final_path/INSTALL.txt rm -f $final_path/config.docker.php
ynh_secure_remove $final_path/README.md rm -f $final_path/INSTALL.txt
ynh_secure_remove $final_path/.htaccess rm -f $final_path/README.md
ynh_secure_remove $final_path/.gitmodules rm -f $final_path/.htaccess
ynh_secure_remove $final_path/.github rm -rf $final_path/install
ynh_secure_remove $final_path/.gitignore rm -rf $final_path/.gitmodules
rm -rf $final_path/.github
rm -rf $final_path/.gitignore
# Set permissions to app files # Set permissions to app files