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

Commit

Permalink
backup w/o -v flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharschulz committed Apr 25, 2017
1 parent dd09090 commit 31e706d
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 31e706d

Please sign in to comment.