mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Remove unused argument
This commit is contained in:
parent
9d84289ace
commit
5bff4ef9a7
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ chown -R root: $final_path
|
|||
#=================================================
|
||||
# RESTORE THE PHP-FPM CONFIGURATION
|
||||
#=================================================
|
||||
ynh_print_info --message="Reconfiguring PHP-FPM..." --weight=50
|
||||
ynh_print_info --message="Reconfiguring PHP-FPM..."
|
||||
|
||||
ynh_restore_file --origin_path="/etc/php/$YNH_PHP_VERSION/fpm/pool.d/$app.conf"
|
||||
|
||||
|
|
Loading…
Reference in a new issue