Don't output /etc/issue

/etc/issue used to contain a nice ascii-art RockyLinux logo that we would output
when this script was finished, but it doesn't anymore so there is no longer any
value to outputting this file.
This commit is contained in:
Peter Ajamian 2021-06-13 15:06:49 +12:00
parent 72927f398e
commit a4faff4b22

View File

@ -714,7 +714,6 @@ fi
printf '\n\n\n' printf '\n\n\n'
if [[ $convert_to_rocky ]]; then if [[ $convert_to_rocky ]]; then
awk 'NR<=15' < /etc/issue
printf '%s\n' "$blue" "Done, please reboot your system.$nocolor" printf '%s\n' "$blue" "Done, please reboot your system.$nocolor"
fi fi
logmessage logmessage