We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6e261 commit d301fd3Copy full SHA for d301fd3
bin/ghe-backup
@@ -56,9 +56,9 @@ trap 'cleanup' EXIT
56
trap 'exit $?' INT # ^C always terminate
57
58
if [ -h ../in-progress ]; then
59
- echo "Error: in progress backup from previous version detected." 1>&2
+ echo "Error: detected a backup already in progress from a previous version of ghe-backup." 1>&2
60
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
+ echo "the $GHE_DATA_DIR/in-progress symlink." 1>&2
62
exit 1
63
fi
64
0 commit comments