From 6dbcf82f0b85ea22e4d0f7d5fbe8b16d5e18d49c Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 30 Apr 2022 14:30:19 +0200 Subject: [PATCH] sync.sh: -a option parameters do not use comma as separator --- bash/sync.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bash/sync.sh b/bash/sync.sh index 717bd86..a7221f6 100755 --- a/bash/sync.sh +++ b/bash/sync.sh @@ -85,7 +85,11 @@ # you should receive an email with the following command : # echo "Subject: sendmail test" | sendmail -v youremail@example.com # -# Additionnaly, you will also need the "base64" and "gzip" utilities. +# Additionnaly, you will also need the "base64" and "gzip" utilities. If +# you run this script via cron(8), remember that PATH is different. For +# example, on some systems, cron's default PATH is "/usr/bin:/bin". If +# sendmail is in /usr/sbin on your system, you will have to change PATH +# in your crontab. # # CONFIGURATION FILE # TODO: Write documentation. See example (sync-conf-example.sh).