mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
solved issue#29
This commit is contained in:
parent
f63bd012e4
commit
65149cd0ee
1 changed files with 2 additions and 2 deletions
|
@ -110,9 +110,9 @@ ynh_add_fpm_config
|
|||
# ...
|
||||
|
||||
## === modif perso ====
|
||||
ynh_print_info "Removing install.php and /update"
|
||||
ynh_print_info "Removing install.php"
|
||||
ynh_secure_remove ${final_path}/install.php # modif perso
|
||||
ynh_secure_remove ${final_path}/update # modif perso
|
||||
#ynh_secure_remove ${final_path}/update # modif perso # Issue#29
|
||||
## === modif perso ====
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue