From 1169c84ac66f4c75c51e2525c5e55ce77bbe792d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 18 Jun 2021 14:32:04 +0200 Subject: [SSPS] slx-cert: Fix handling missing/outdated packed certificate --- satellit_upgrader/updater.template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'satellit_upgrader/updater.template.sh') diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index 11a2213..77090de 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -83,7 +83,7 @@ extractfield () { # ** Wrap mysql command line client so we're always using the deb-sys-maint credentials mysql () { - "$(which mysql)" --defaults-extra-file=/etc/mysql/debian.cnf --default-character-set=utf8 "$@" + "$(which mysql)" --defaults-extra-file=/etc/mysql/debian.cnf --default-character-set=utf8mb4 "$@" } generate_password() { -- cgit v1.2.3-55-g7522