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

Do not rm...

This commit is contained in:
Maniack Crudelis 2019-05-17 10:44:19 +02:00
parent f9382a4edf
commit 07a3461622
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"
# Remove the install.php
rm $final_path/install.php
ynh_secure_remove --file=$final_path/install.php
#=================================================
# 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"
# Remove the install.php
rm $final_path/install.php
ynh_secure_remove --file=$final_path/install.php
#=================================================
# GENERIC FINALISATION