diff --git a/bin/_addUserSite.sh b/bin/_addUserSite.sh index 7472245..6167761 100755 --- a/bin/_addUserSite.sh +++ b/bin/_addUserSite.sh @@ -4,7 +4,7 @@ # TODO check if root -echo '\033[35m +echo -e '\033[35m __ _______ __________ / / / / ___// ____/ __ \ / / / /\__ \/ __/ / /_/ / @@ -34,7 +34,7 @@ mkdir /home/$user/backups chmod -w /home/"$user" -echo '\033[35m +echo -e '\033[35m __ __ _ __/ /_ ____ _____/ /_ | | / / __ \/ __ \/ ___/ __/ @@ -80,7 +80,7 @@ echo "\033[92;1mvhost $_host_name configured\033[Om" # todo add mysql user and database -echo '\033[35m +echo -e '\033[35m __ ___ __ / |/ /_ ___________ _/ / / /|_/ / / / / ___/ __ `/ / diff --git a/bin/autoupdate.sh b/bin/autoupdate.sh index ccce574..9af00fe 100755 --- a/bin/autoupdate.sh +++ b/bin/autoupdate.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo '\033[35m +echo -e '\033[35m ___ __ __ __ __ __ / | __ __/ /_____ / / / /___ ____/ /___ _/ /____ / /| |/ / / / __/ __ \ / / / / __ \/ __ / __ `/ __/ _ \ diff --git a/bin/dotfiles.sh b/bin/dotfiles.sh index 4f13403..8adf78d 100755 --- a/bin/dotfiles.sh +++ b/bin/dotfiles.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo '\033[35m +echo -e '\033[35m ____ __ _______ __ / __ \____ / /_ / ____(_) /__ _____ / / / / __ \/ __/ / /_ / / / _ \/ ___/ diff --git a/bin/email.sh b/bin/email.sh index 6fd11ae..6d8542d 100755 --- a/bin/email.sh +++ b/bin/email.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo '\033[35m +echo -e '\033[35m __ ______ ______ / |/ / | / _/ / / /|_/ / /| | / // / diff --git a/bin/fail2ban.sh b/bin/fail2ban.sh index b930c0b..d44bb31 100755 --- a/bin/fail2ban.sh +++ b/bin/fail2ban.sh @@ -2,7 +2,7 @@ # TODO check if root -echo '\033[35m +echo -e '\033[35m ______ _ _____ __ / ____/___ _(_) /__ \ / /_ ____ _____ / /_ / __ `/ / /__/ // __ \/ __ `/ __ \ diff --git a/bin/firewall.sh b/bin/firewall.sh index b733f1b..b81e3a0 100755 --- a/bin/firewall.sh +++ b/bin/firewall.sh @@ -2,7 +2,7 @@ # TODO check if root -echo '\033[35m +echo -e '\033[35m ______________ _______ _____ __ __ / ____/ _/ __ \/ ____/ | / / | / / / / / /_ / // /_/ / __/ | | /| / / /| | / / / / diff --git a/bin/ftp.sh b/bin/ftp.sh index 42342f7..b16d03f 100755 --- a/bin/ftp.sh +++ b/bin/ftp.sh @@ -1,7 +1,7 @@ #!/bin/sh -echo '\033[35m +echo -e '\033[35m ______ _______ _____ | ____|__ __| __ \ | |__ | | | |__) | diff --git a/bin/gitbarrerepos.sh b/bin/gitbarrerepos.sh index 7fe2f9a..8fd6ff2 100755 --- a/bin/gitbarrerepos.sh +++ b/bin/gitbarrerepos.sh @@ -4,7 +4,7 @@ # get the current position _cwd="$(pwd)" -echo '\033[35m +echo -e '\033[35m _______ __ / ____(_) /_ / / __/ / __/ diff --git a/bin/knockd.sh b/bin/knockd.sh index 5d77cba..ddf353f 100755 --- a/bin/knockd.sh +++ b/bin/knockd.sh @@ -2,7 +2,7 @@ # TODO check if root -echo '\033[35m +echo -e '\033[35m __ __ __ / /______ ____ _____/ /______/ / / //_/ __ \/ __ \/ ___/ //_/ __ / diff --git a/bin/lemp.sh b/bin/lemp.sh index e04b52a..5aeba7d 100755 --- a/bin/lemp.sh +++ b/bin/lemp.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo '\033[35m +echo -e '\033[35m __ / /__ ____ ___ ____ / / _ \/ __ `__ \/ __ \ @@ -29,7 +29,7 @@ fi sleep 2 -echo '\033[35m +echo -e '\033[35m __ ___ __ / |/ /_ ___________ _/ / / /|_/ / / / / ___/ __ `/ / @@ -48,7 +48,7 @@ systemctl enable mariadb.service systemctl restart mariadb.service echo "\033[92;1mmysql installed\033[Om" -echo '\033[35m +echo -e '\033[35m ____ __ ______ / __ \/ / / / __ \ / /_/ / /_/ / /_/ / @@ -80,7 +80,7 @@ systemctl start php7.0-fpm echo "\033[92;1mphp installed\033[Om" -echo '\033[35m +echo -e '\033[35m _ __ _ / | / /___ _(_)___ _ __ / |/ / __ `/ / __ \| |/_/ @@ -98,7 +98,7 @@ systemctl enable nginx systemctl restart nginx echo "\033[92;1mNginx installed\033[Om" -echo '\033[35m +echo -e '\033[35m __ __ ___ ___ __ _ ____ / /_ ____ / |/ /_ __/ | ____/ /___ ___ (_)___ / __ \/ __ \/ __ \/ /|_/ / / / / /| |/ __ / __ `__ \/ / __ \ @@ -122,7 +122,7 @@ ln -s /etc/nginx/sites-available/phpmyadmin.conf /etc/nginx/sites-enabled/phpmya echo "\033[92;1mphpMyAdmin installed\033[Om" echo "\033[92;1mYou can access it at yourip/phpmyadmin\033[Om" -echo '\033[35m +echo -e '\033[35m ____ ___ / __ \___ ____/ (_)____ / /_/ / _ \/ __ / / ___/ @@ -143,7 +143,7 @@ systemctl restart redis-server systemctl restart php7.0-fpm echo "\033[92;1mRedis installed\033[Om" -echo '\033[35m +echo -e '\033[35m ______ / ____/___ ____ ___ ____ ____ ________ _____ / / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/ @@ -159,7 +159,7 @@ curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin echo "\033[92;1mComposer installed\033[Om" -echo '\033[35m +echo -e '\033[35m ____ __ / __ \_______ _______/ /_ / / / / ___/ / / / ___/ __ \ @@ -177,7 +177,7 @@ echo "\033[92;1mDrush and DrupalConsoleinstalled\033[Om" # TODO supervising -# echo '\033[35m +# echo -e '\033[35m # __ ___ _ __ __ __ ___ _ # / |/ /__ ___ (_) /_ _/_/ / |/ /_ _____ (_)__ # / /|_/ / _ \/ _ \/ / __/ _/_/ / /|_/ / // / _ \/ / _ \ @@ -256,7 +256,7 @@ echo "\033[92;1mDrush and DrupalConsoleinstalled\033[Om" # echo "\033[92;1mMonit installed\033[Om" -# echo '\033[35m +# echo -e '\033[35m # ___ __ __ # / |_ _______/ /_____ _/ /_ # / /| | | /| / / ___/ __/ __ `/ __/ diff --git a/bin/misc.sh b/bin/misc.sh index d5a43c1..c708e4f 100755 --- a/bin/misc.sh +++ b/bin/misc.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo '\033[35m +echo -e '\033[35m __ ____ / |/ (_)_________ / /|_/ / / ___/ ___/ diff --git a/bin/mysqlbackup.sh b/bin/mysqlbackup.sh index 010c107..27a46e2 100755 --- a/bin/mysqlbackup.sh +++ b/bin/mysqlbackup.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo '\033[35m +echo -e '\033[35m __ __ _ ___ _ | \/ |_ _ ___ __ _| | | _ ) __ _ __| |___ _ _ __ ___ | |\/| | || (_-