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
1 changed files with 0 additions and 1 deletions

View File

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