Skip to content

Commit

Permalink
VH 1295 - Added a TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DokurOmkar committed May 28, 2024
1 parent 4e41499 commit 1dc45f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/mysql/add_v2xhub_user.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Ensure mysql-client is installed
arch=$(dpkg --print-architecture)
# TODO: Add a common mysql-client that works for ARM and AMD devices
if [ $arch = "amd64" ]; then
REQUIRED_PKG="mysql-client"
else
Expand Down

0 comments on commit 1dc45f8

Please sign in to comment.