Minor formatting fix

This commit is contained in:
Janek Bevendorff 2014-10-05 16:22:53 +02:00
parent 1b03f13769
commit 460d545a40
1 changed files with 1 additions and 0 deletions

View File

@ -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#')"