We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e26023 + 6f0df88 commit bd4e6b7Copy full SHA for bd4e6b7
bin/v-list-sys-services
@@ -244,7 +244,7 @@ if [ -n "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'remote' ]; then
244
fi
245
if [ -f /usr/bin/mysql ]; then
246
mariadb_v=`mysql -V | awk 'NR==1{print $5}' | head -c 4`
247
- if [ $mariadb_v = "10.5" ] || [ $mariadb_v = "10.6" ]; then
+ if [ $mariadb_v = "10.5" ] || [ $mariadb_v = "10.6" ] || [ $mariadb_v = "10.7" ]; then
248
service='mariadb'
249
proc_name='mariadbd'
250
0 commit comments