From 8c1cf0c4b6ecd8c5b2a2aed621c5dfd407d38fc7 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Wed, 4 Oct 2023 06:55:09 +0200 Subject: [PATCH] Fix logging --- postinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postinstall b/postinstall index e189c6a..3f65394 100755 --- a/postinstall +++ b/postinstall @@ -280,7 +280,7 @@ set_locales(){ sed -i "s/$line/$(echo $line | cut -d' ' -f2-)/" /etc/locale.gen fi done - locale-gen + locale-gen > /dev/null 2>&1 } set_pve_repo(){ @@ -641,4 +641,4 @@ ask_mail_config summary -echo "Proxmox postinstallation finished!" +log "Proxmox postinstallation finished!"