We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31880ec commit fa4f481Copy full SHA for fa4f481
bin/v-list-sys-services
@@ -239,7 +239,7 @@ if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'remote' ]; then
239
fi
240
if [ -f /usr/bin/mysql ]; then
241
mariadb_v=`mysql -V | awk 'NR==1{print $5}' | head -c 4`
242
- if [ $mariadb_v = "10.5" ]; then
+ if [ $mariadb_v = "10.5" ] || [ $mariadb_v = "10.6" ]; then
243
service='mariadb'
244
proc_name='mariadbd'
245
0 commit comments