unattended_upgrades_ynh/scripts/restore
2024-03-11 13:23:27 +01:00

28 lines
841 B
Bash

#!/bin/bash
#=================================================
# GENERIC START
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
#=================================================
# RESTORE UNATTENDED-UPGRADES CONFIG
#=================================================
ynh_restore_file --origin_path="$apticron_config"
ynh_restore_file --origin_path="$apticron_cron"
ynh_restore_file --origin_path="$unattended_upgrades_config"
ynh_restore_file --origin_path="/etc/apt/apt.conf.d/02periodic"
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Restoration completed for $app" --last