From b29256ee6f6a50f07da5ec1552796642c49eb9ea Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 28 Dec 2022 17:45:04 +0530 Subject: [PATCH] bluefeds: fix typo in echo command --- content/posts/bluefeds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/bluefeds.md b/content/posts/bluefeds.md index 76bd0b7..16d0b48 100644 --- a/content/posts/bluefeds.md +++ b/content/posts/bluefeds.md @@ -62,7 +62,7 @@ echo "wireguard" | sudo tee /etc/modules-load.d/wireguard.conf ### Modify motd ```bash -echo "\n# added by PRATHAM\n/home/pratham/.scripts/_bluefeds/motd/show_logs.sh" | sudo tee -a /etc/profile +echo -e "\n# added by PRATHAM\n/home/pratham/.scripts/_bluefeds/motd/show_logs.sh" | sudo tee -a /etc/profile ```