Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jan 20, 2025
1 parent d38bcc8 commit 12f8f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if (isMac()) {
run(`"${bin}\\mysql" -u root -e "FLUSH PRIVILEGES"`);
} else {
const image = process.env['ImageOS'];
if (image == 'ubuntu20' || image == 'ubuntu22' || image == 'ubuntu24') {
if (process.arch != 'arm64') {
// clear previous data
run(`sudo systemctl stop mysql.service`);
run(`sudo rm -rf /var/lib/mysql`);
Expand Down

0 comments on commit 12f8f44

Please sign in to comment.