Skip to content

Commit

Permalink
mysql-health.sh: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LobbyLobster committed Oct 2, 2024
1 parent fea54e1 commit 5e0e7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/monodb/mysql-health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function check_issue_exists() {
fi

if [[ ! -f /tmp/mono/mysql-cluster-size-redmine.log ]]; then
if monokit redmine issue exists --subject "MySQL Cluster boyutu: 1 - $IDENTIFIER_REDMINE" --date "$(date +"%Y-%m-%d")" >"$TMP_PATH_SCRIPT"/pgsql-cluster-size-redmine.log; then
if monokit redmine issue exists --subject "MySQL Cluster boyutu: 1 - $IDENTIFIER_REDMINE" --date "$(date +"%Y-%m-%d")" >"$TMP_PATH_SCRIPT"/mysql-cluster-size-redmine.log; then
ISSUE_ID=$(cat "$TMP_PATH_SCRIPT"/mysql-cluster-size-redmine.log)
fi

Expand Down

0 comments on commit 5e0e7e7

Please sign in to comment.