mirror of
https://github.com/bashclub/proxmox-zfs-postinstall.git
synced 2024-11-07 18:31:58 +01:00
Fix logging
This commit is contained in:
parent
583443d2fc
commit
8c1cf0c4b6
@ -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!"
|
||||
|
Loading…
Reference in New Issue
Block a user