diff options
Diffstat (limited to 'satellit_upgrader')
-rw-r--r-- | satellit_upgrader/updater.template.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index 287b3d2..c9c7e67 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -351,6 +351,9 @@ failprint apt autoremove -y ## Enable unix socket passwordless local connection (commented out since default in Debian 9+ anyways) #mysql -e "UPDATE user SET plugin = 'unix_socket' WHERE Host = 'localhost' AND User = 'root'" +# Fix locale to C.UTF-8 for systemd +diffcp "system" "/etc/locale.conf" + # ********************** Taskmanager *********************** # Do this first in case one of the later updates depends on the taskmanager # Config files |