From 26c7e77f8db61c63fe3b06f0848b335d591eab17 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 24 Aug 2024 09:18:27 +0000 Subject: [PATCH] Typo --- conf/monitor-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/monitor-backup.sh b/conf/monitor-backup.sh index 2618aa0..c0179af 100644 --- a/conf/monitor-backup.sh +++ b/conf/monitor-backup.sh @@ -7,6 +7,6 @@ ALERT_DELAY="$(grep '^alert_delay: ' /etc/yunohost/apps/__APP__/settings.yml | a if [[ $(find /home/__SSH_USER__/backup/data -follow -mtime -${ALERT_DELAY} -ls | wc -l) > 0 ]]; then : else - echo "No file has been backuped in /home/__SSH_USER__ since ${ALERT_DELAY} days" \ + echo "No file has been backed up in /home/__SSH_USER__ since ${ALERT_DELAY} days" \ | mail -s "[YNH] Backup missing : __SSH_USER__" $(grep '^alert_mails: ' /etc/yunohost/apps/__APP__/settings.yml | awk '{print $2}') fi