Skip to content
Snippets Groups Projects
Commit 66a89986 authored by Elian Loraux's avatar Elian Loraux
Browse files

update help

parent 26b3685f
Branches
No related tags found
1 merge request!3Fail2ban
...@@ -33,7 +33,7 @@ usage() { ...@@ -33,7 +33,7 @@ usage() {
echo "logs" echo "logs"
echo -e "\t Follow all usefull logs" echo -e "\t Follow all usefull logs"
echo "mysql" echo "mysql"
echo -e "\topen a mysql prompt in LNB database" echo -e "\t pen a mysql prompt in LNB database"
echo "mysql_dump" echo "mysql_dump"
echo -e "\t creates a database dump" echo -e "\t creates a database dump"
echo "mysql_init" echo "mysql_init"
...@@ -50,6 +50,8 @@ usage() { ...@@ -50,6 +50,8 @@ usage() {
echo -e "\t starts the docker stack" echo -e "\t starts the docker stack"
echo "tags" echo "tags"
echo -e "\t generate ctags" echo -e "\t generate ctags"
echo "fail2ban"
echo -e "\t root only - put fail2ban jail and filter in good directory with good log path"
} }
if [ "$(is_docker)" -eq 1 ]; then if [ "$(is_docker)" -eq 1 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment