On Dec 28 10:38, Brian Ford wrote:
> Trivial note to maintainer:
>
> Suggest mkdir -p for /var/cron/tabs to avoid cosmetic error message when
> the directory already exists:
>
> + mkdir /var/cron/tabs
> mkdir: cannot create directory `/var/cron/tabs': File exists
>
> You could then remove the mk
Trivial note to maintainer:
Suggest mkdir -p for /var/cron/tabs to avoid cosmetic error message when
the directory already exists:
+ mkdir /var/cron/tabs
mkdir: cannot create directory `/var/cron/tabs': File exists
You could then remove the mkdir -p of /var/cron for one less command ;-).
Did yo
2 matches
Mail list logo