Skip to content

Commit

Permalink
Merge pull request #2010 from YunoHost/fix-unset-variable
Browse files Browse the repository at this point in the history
fix unset variable in helper 2.1 mysql
  • Loading branch information
alexAubin authored Dec 9, 2024
2 parents 5a15826 + ca73596 commit ed18b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/helpers.v2.1.d/mysql
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ynh_mysql_db_shell() {
default_character_set="--default-character-set=$default_character_set"
fi

mysql $character_set -B $database
mysql $default_character_set -B $database
}

# Create a database and grant optionnaly privilegies to a user
Expand Down

0 comments on commit ed18b1d

Please sign in to comment.