mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-25 06:31:24 +00:00
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:
parent
72927f398e
commit
a4faff4b22
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user