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:
parent
f9382a4edf
commit
07a3461622
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue