1
0
Fork 0

bluefeds: fix typo in echo command

This commit is contained in:
Pratham Patel 2022-12-28 17:45:04 +05:30
parent 4db39bf7dc
commit b29256ee6f
1 changed files with 1 additions and 1 deletions

View File

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