1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gemserv_ynh.git synced 2024-09-03 18:36:27 +02:00
This commit is contained in:
ericgaspar 2024-08-18 15:38:47 +02:00
parent 60dda7de18
commit 87e12d0ad1
2 changed files with 0 additions and 17 deletions

View file

@ -29,16 +29,8 @@ ynh_backup --src_path="$install_dir"
ynh_backup --src_path="/etc/logrotate.d/$app"
#=================================================
# BACKUP SYSTEMD
#=================================================
ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================
# BACKUP VARIOUS FILES
#=================================================
ynh_backup --src_path="/etc/$app/"
#=================================================

View file

@ -25,18 +25,9 @@ ynh_remove_systemd_config
# Remove the app-specific logrotate config
ynh_remove_logrotate
#=================================================
# SPECIFIC REMOVE
#=================================================
# REMOVE VARIOUS FILES
#=================================================
ynh_script_progression --message="Removing various files..." --weight=1
# Remove a directory securely
ynh_secure_remove --file="/etc/$app"
# Remove the log files
#=================================================
# END OF SCRIPT
#=================================================