Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #54 from zalando/backupNonVerbose
Browse files Browse the repository at this point in the history
backup without -v flag
  • Loading branch information
lotharschulz authored Apr 26, 2017
2 parents dd09090 + 31e706d commit abc27f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -euo pipefail
IFS=$'\n\t'

pidof -o $$ -x "$0" >/dev/null 2>&1 && exit 1
/backup/backup-utils/bin/ghe-backup -v 1>> /var/log/ghe-prod-backup.log 2>&1
/backup/backup-utils/bin/ghe-backup 1>> /var/log/ghe-prod-backup.log 2>&1

0 comments on commit abc27f9

Please sign in to comment.