Fix logging

This commit is contained in:
thorstenspille 2023-10-04 06:55:09 +02:00
parent 583443d2fc
commit 8c1cf0c4b6

View File

@ -280,7 +280,7 @@ set_locales(){
sed -i "s/$line/$(echo $line | cut -d' ' -f2-)/" /etc/locale.gen sed -i "s/$line/$(echo $line | cut -d' ' -f2-)/" /etc/locale.gen
fi fi
done done
locale-gen locale-gen > /dev/null 2>&1
} }
set_pve_repo(){ set_pve_repo(){
@ -641,4 +641,4 @@ ask_mail_config
summary summary
echo "Proxmox postinstallation finished!" log "Proxmox postinstallation finished!"