1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00

add some getops

This commit is contained in:
Kay0u 2021-01-13 10:19:26 +01:00
parent 43d0434cd0
commit fc55868b44
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ ynh_backup --src_path="/etc/fail2ban/filter.d/$app.conf"
# BACKUP CRON
#=================================================
ynh_backup "/etc/cron.d/$app"
ynh_backup --src_path="/etc/cron.d/$app"
#=================================================
# END OF SCRIPT

View file

@ -274,7 +274,7 @@ ynh_systemd_action --service_name=nginx --action=reload
# REMOVE WP-CLI.PHAR
#=================================================
ynh_secure_remove $final_path/wp-cli.phar
ynh_secure_remove --file=$final_path/wp-cli.phar
#=================================================
# SEND A README FOR THE ADMIN