diff options
| author | yalh76 <yalh@yahoo.com> | 2020-02-23 18:44:50 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2020-02-23 18:44:50 +0100 |
| commit | 6ff11dacb201a08506b345953aa7b9bd39eeacf5 (patch) | |
| tree | ec12b2eca75ba3701644f50fd04d16a0c4f49528 /scripts/backup | |
| parent | ea70a2cd4f17daecf49e2b414c0e95e4385cf1a6 (diff) | |
| download | mastodon_ynh-6ff11dacb201a08506b345953aa7b9bd39eeacf5.tar.gz mastodon_ynh-6ff11dacb201a08506b345953aa7b9bd39eeacf5.tar.bz2 mastodon_ynh-6ff11dacb201a08506b345953aa7b9bd39eeacf5.zip | |
Apply example_ynh
Diffstat (limited to 'scripts/backup')
| -rw-r--r-- | scripts/backup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/backup b/scripts/backup index 62ac387..61ad5f4 100644 --- a/scripts/backup +++ b/scripts/backup @@ -13,6 +13,7 @@ source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE #================================================= +ynh_script_progression --message="Managing script failure..." --weight=1 ynh_clean_setup () { ynh_clean_check_starting @@ -77,6 +78,7 @@ ynh_backup --src_path="/etc/systemd/system/$app-streaming.service" #================================================= # BACKUP A CRON FILE #================================================= +ynh_script_progression --message="Backing up a cron file..." --weight=1 ynh_backup --src_path="/etc/cron.d/$app" |
