From 460d545a404412901c8d781d5e498b8e1adf5f68 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Sun, 5 Oct 2014 16:22:53 +0200 Subject: [PATCH] Minor formatting fix --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 61d6015..c298cc1 100755 --- a/install.sh +++ b/install.sh @@ -93,6 +93,7 @@ if [[ $MODE == "install" ]]; then echo "ERROR: Could not install cron scripts, please add rotation jobs manually." >&2 fi + echo echo "Installing backup directory..." if [ -e /etc/rs-backup/server-config ]; then BKP_DIR="$(grep -o '^BACKUP_ROOT=".*"$' /etc/rs-backup/server-config | sed 's#BACKUP_ROOT=\"\(.*\)\"$#\1#')"