From dff9707dcd97855586c87d1bc42ab8cd8a02548e Mon Sep 17 00:00:00 2001 From: mihaiitdata Date: Fri, 13 Feb 2026 17:43:23 +0200 Subject: [PATCH] =?UTF-8?q?FIX=20CRITIC:=20Escape=20backtick=20in=20Jupe?= =?UTF-8?q?=20section=20-=20rezolv=C4=83=20eroarea=20'bad=20substitution'?= =?UTF-8?q?=20care=20l=C4=83sa=20ircd.conf=20gol=20-=20Problema:=20Caracte?= =?UTF-8?q?rul=20backtick=20(\)=20din=20linia=20665=20interferea=20cu=20he?= =?UTF-8?q?redoc=20bash=20-=20Bash=20interpreta=20backtick-ul=20ca=20comma?= =?UTF-8?q?nd=20substitution=20ne=C3=AEnchis=C4=83=20-=20Rezultat:=20sed?= =?UTF-8?q?=20primea=20input=20invalid=20=C8=99i=20ircd.conf=20r=C4=83m?= =?UTF-8?q?=C3=A2nea=20GOL=20-=20Solu=C8=9Bie:=20Escape=20backtick=20cu=20?= =?UTF-8?q?backslash=20(\\\)=20-=20Verificat:=20bash=20-n=20install.sh=20t?= =?UTF-8?q?rece=20cu=20succes=20Acum=20install.sh=20va=20genera=20corect?= =?UTF-8?q?=20fi=C8=99ierul=20ircd.conf!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a1a1bfc..0c4b159 100755 --- a/install.sh +++ b/install.sh @@ -662,7 +662,7 @@ Client { # ============================================================================ Jupe { # Litere și caractere speciale - nick = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,{,|,},~,-,_,`"; + nick = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,{,|,},~,-,_,\`"; nick = "EuWorld,UWorld,UWorld2,Defender"; nick = "login,underchat,protocol,pass,newpass,org"; nick = "LPT1,LPT2,COM1,COM2,COM3,COM4,AUX,AUTH";