1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jirafeau_ynh.git synced 2024-09-03 19:35:53 +02:00

Merge pull request #57 from YunoHost-Apps/donotrm

Do not rm, use ynh_secure_remove
This commit is contained in:
Kayou 2019-05-22 09:26:08 +02:00 committed by GitHub
commit 2f46c5d166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ ynh_replace_string --match_string="__YNH_ADMIN_USER__" --replace_string="$admin_
ynh_store_file_checksum --file="$jirafeauconfigfile" ynh_store_file_checksum --file="$jirafeauconfigfile"
# Remove the install.php # Remove the install.php
rm $final_path/install.php ynh_secure_remove --file=$final_path/install.php
#================================================= #=================================================
# GENERIC FINALISATION # GENERIC FINALISATION

View file

@ -151,7 +151,7 @@ ynh_replace_string --match_string="__YNH_ADMIN_USER__" --replace_string="$admin_
ynh_store_file_checksum --file="$jirafeauconfigfile" ynh_store_file_checksum --file="$jirafeauconfigfile"
# Remove the install.php # Remove the install.php
rm $final_path/install.php ynh_secure_remove --file=$final_path/install.php
#================================================= #=================================================
# GENERIC FINALISATION # GENERIC FINALISATION