Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Feb 15, 2024
1 parent f985c0e commit 3b04710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/mysql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ in
exec ${config.package}/bin/mysqld ${mysqldOptions}
'';

runInitialScirpt =
runInitialScript =
if config.initialScript != null then
''
echo ${lib.escapeShellArg config.initialScript} | MYSQL_PWD="" ${config.package}/bin/mysql -u root -N
Expand Down Expand Up @@ -263,7 +263,7 @@ in
'')
config.ensureUsers}
${runInitialScirpt}
${runInitialScript}
'';

in
Expand Down

0 comments on commit 3b04710

Please sign in to comment.