From 0fd93f28df10578e1e485e6883b6b832daf245c5 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Jul 2012 11:12:01 +0000 Subject: [PATCH] Some minor changes that were done without checking out from RCS. --- backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index 985bb1c..a76baf9 100755 --- a/backup.sh +++ b/backup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # backup.sh # # Backup up Unix-like computers @@ -12,7 +12,7 @@ # mind when hacking: # # KISS. And by that I mean really simple. Only regular Unix commands, please -# (but GNU extensions are used). +# (but GNU extensions are used and moreutils has to be installed). # # Because of the way we run this script from cron, informational logging goes # to stderr and warnings and errors to stdout. This way, we get mail whenever -- 2.39.2