Skip to content

Commit d301fd3

Browse files
committed
Update wording of when old version backup progress is detected
1 parent 4d6e261 commit d301fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/ghe-backup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ trap 'cleanup' EXIT
5656
trap 'exit $?' INT # ^C always terminate
5757

5858
if [ -h ../in-progress ]; then
59-
echo "Error: in progress backup from previous version detected." 1>&2
59+
echo "Error: detected a backup already in progress from a previous version of ghe-backup." 1>&2
6060
echo "If there is no backup in progress anymore, please remove" 1>&2
61-
echo "the $GHE_DATA_DIR/in-progress symlink. This is only needed once." 1>&2
61+
echo "the $GHE_DATA_DIR/in-progress symlink." 1>&2
6262
exit 1
6363
fi
6464

0 commit comments

Comments
 (0)