🔨 Minor change to /etc/issue layout
This commit is contained in:
parent
afffa4cc81
commit
04d26834a9
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ if [ -f /etc/motd ]; then mv /etc/motd /etc/motd.backup; fi
|
|||
if ! [ -f /etc/issue.backup ]; then mv /etc/issue /etc/issue.backup; fi
|
||||
TMP_SYSNAME=$(cat /etc/os-release | grep "^NAME=" | sed 's/^NAME="\(.*\)"$/\1/g')
|
||||
echo "[FAKE//OS] \\n - \\l" > /etc/issue
|
||||
echo "----------------------------------"
|
||||
echo "----------------------------------" >> /etc/issue
|
||||
echo "\\m $TMP_SYSNAME (\\r)" >> /etc/issue
|
||||
echo "" >> /etc/issue
|
||||
|
||||
|
|
Loading…
Reference in a new issue