Fix linting
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
8ed2a9f2ea
commit
79798a4a0c
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -170,6 +170,6 @@ print_header "Create issue file"
|
|||
echo '\e{red}' >> "/tmp/issue"
|
||||
cat "/etc/hostname" | tr '[:lower:]' '[:upper:]' | figlet -f big | sd '\\' '\\\\' >> "/tmp/issue"
|
||||
|
||||
echo '\r' >> "/tmp/issue"
|
||||
echo "\\r" >> "/tmp/issue"
|
||||
echo '\e{reset}' >> "/tmp/issue"
|
||||
sudo mv "/tmp/issue" "/etc/issue"
|
Loading…
Add table
Add a link
Reference in a new issue