mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Tired of seeing this warning message
This commit is contained in:
parent
e2ea61aac2
commit
b7bf951538
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ source /usr/share/yunohost/helpers
|
|||
backup_dir="${1}/conf/cron"
|
||||
|
||||
# Backup the configuration
|
||||
for f in $(ls -1B /etc/cron.d/yunohost*); do
|
||||
for f in $(ls -1B /etc/cron.d/yunohost* 2> /dev/null); do
|
||||
ynh_backup "$f" "${backup_dir}/${f##*/}"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue