From d48de3faf558fb6a4c3a0b397cefa0a505ece97d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 9 Jul 2019 10:09:32 +0200 Subject: [PATCH] Remove ending slash This is not a folder. --- bibliotecha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibliotecha.sh b/bibliotecha.sh index 0b05afa..21c7d28 100755 --- a/bibliotecha.sh +++ b/bibliotecha.sh @@ -365,7 +365,7 @@ function install_new_motd { echo "" echo " Digital books need libraries too" echo "" - echo ""; } > /etc/motd/ + echo ""; } > /etc/motd } function reboot_system {