Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-github committed Dec 9, 2014
1 parent fd9c595 commit 401e82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion first_look.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ mysql -h $MHOST -u $MUSER $CMDL_PASS -e "SHOW PROCESSLIST\G" > $REVIEW_DIR/db-pr
echo "Done, paking data";
tar -zcvf $REVIEW_DIR.tar.gz $REVIEW_DIR/*

echo "Collected data is available in $REVIEW_DIR and as $REVIEW_DIR.tar.gz archive"
echo "Collected data is available in $REVIEW_DIR directory and as $REVIEW_DIR.tar.gz archive"
echo "For details please check http://astellar.com/mysql-health-check/initial-review-mode/"

0 comments on commit 401e82a

Please sign in to comment.