mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Use long getopts arguments
This commit is contained in:
parent
cbd245e277
commit
2b12bab50d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ chown -R $app: $final_path
|
|||
ynh_restore_file "/etc/fail2ban/jail.d/$app.conf"
|
||||
ynh_restore_file "/etc/fail2ban/filter.d/$app.conf"
|
||||
|
||||
ynh_systemd_action -a reload -n fail2ban # Reload instead of restart for better performance
|
||||
ynh_systemd_action --action=reload --service_name=fail2ban # Reload instead of restart for better performance
|
||||
|
||||
#=================================================
|
||||
# RESTORE PHP-FPM CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue