From 8ed2a9f2eacc341e1552275142d9b224067d89fb Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 12 Mar 2019 21:42:26 +0100 Subject: [PATCH] Fix linting Signed-off-by: Severin Kaderli --- install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install b/install index d4dda08..61923d3 100755 --- a/install +++ b/install @@ -167,9 +167,9 @@ do done print_header "Create issue file" -echo "\e{red}" >> "/tmp/issue" +echo '\e{red}' >> "/tmp/issue" cat "/etc/hostname" | tr '[:lower:]' '[:upper:]' | figlet -f big | sd '\\' '\\\\' >> "/tmp/issue" -echo "\r" >> "/tmp/issue" -echo "\e{reset}" >> "/tmp/issue" -sudo mv /tmp/issue /etc/issue \ No newline at end of file +echo '\r' >> "/tmp/issue" +echo '\e{reset}' >> "/tmp/issue" +sudo mv "/tmp/issue" "/etc/issue" \ No newline at end of file