fickit: Use mariadb instead of mysql

This commit is contained in:
nemunaire 2024-03-24 12:28:55 +01:00
commit a01380730c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
nsenter -t $(pgrep mysql | head -1) -m -u -i -n -p -- mysql $@
nsenter -t $(pgrep mariadb | head -1) -m -u -i -n -p -- mariadb $@