Updated git folder directory

This commit is contained in:
Pratik Tripathy
2020-07-27 14:10:53 +05:30
parent 56f6e6c880
commit ee054e9290
2 changed files with 7 additions and 1 deletions

View File

@@ -180,3 +180,6 @@ f2b_ban_an_ip(){
sudo fail2ban-client set "${ban_jail}" banip "${ip_to_ban}" > /dev/null && echo "Ban successful"
}
## Add ~/.local/bin to PATH
export PATH="${HOME}"/.local/bin:$PATH