Remove ending slash

This is not a folder.
This commit is contained in:
Luke Murphy 2019-07-09 10:09:32 +02:00
parent 69e740ad1d
commit d48de3faf5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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 {