bachir and Claude Sonnet 5
2e3ec7883f
Replace echo -e with printf for portable ANSI banners
...
dash (Debian's /bin/sh) doesn't support echo's -e flag: it prints "-e"
literally as text before processing the rest of the string's backslash
escapes. Every script's colored banner was affected. printf's escape
handling is POSIX-mandated and behaves identically under dash and bash,
so swap all 90 echo -e calls for printf, appending the trailing \n that
echo used to add implicitly.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-09-04 09:35:02 +02:00
bachir
4b3ccb3fff
added nginx-badbots fail2ban rule https://stackoverflow.com/a/65552146
2023-03-31 11:27:55 +02:00
bachir
443fb016bd
reset vars in vhost
2021-05-31 09:47:45 +02:00
bachir
3546724fbc
improved vhost
2020-03-30 12:37:46 +02:00
bachir
0c779980b0
fixed --yesinstall typo
2019-10-21 16:14:48 +02:00
bachir
faabe5d622
reverted for bash shell
2019-10-21 16:11:31 +02:00
bachir
9225ca2f4b
reverted for bash shell
2019-10-21 16:10:05 +02:00
bachir
67b84ed088
some updates for buster
2019-10-21 16:00:06 +02:00
bachir
b252c8c755
fixed sed bug"
2019-03-18 11:59:06 +01:00
bachir
01384e7918
vhost minor improvement and todo
2018-10-17 17:10:53 +02:00
Bachir Soussi Chiadmi
3c238f0e4d
imporved gitbarrerpo.sh
2018-04-07 17:09:27 +02:00
Bachir Soussi Chiadmi
a587dc0847
some fix
2018-04-07 16:44:29 +02:00
Bachir Soussi Chiadmi
0be97f397c
added default index.php
2018-04-07 16:06:11 +02:00
Bachir Soussi Chiadmi
29c8d50b53
stop nginx at the begin of vhost install
2018-04-07 13:30:19 +02:00
Bachir Soussi Chiadmi
e3263e9c61
vhost fixe
2018-04-07 13:20:16 +02:00
Bachir Soussi Chiadmi
414c063a7c
fixed vhost assets directory bug
2018-04-07 13:10:59 +02:00
Bachir Soussi Chiadmi
9b8670f4e4
added some color fixes, not finished
2018-04-07 12:59:00 +02:00
Bachir Soussi Chiadmi
21a121918e
chmod +x vhost.sh
2018-04-07 12:50:12 +02:00
Bachir Soussi Chiadmi
c5a8b8b87b
check for user in vhost and user creation
2018-04-07 12:47:24 +02:00
Bachir Soussi Chiadmi
6e5433b041
splitted vhost, added gitbarerepo creation
2018-04-07 12:27:55 +02:00