From a4774bc1f010cd4722d960a7135de9fe21c0d6aa Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 8 Feb 2022 23:16:10 -0300 Subject: [PATCH] build.sh: Permitir compilar con advertencia de mirror --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 54f06fa..892cb24 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,9 @@ template () { echo "" echo "$1" : "${inicio:=}" + if test "$mirror" = true; then + echo "

Ojo: este sitio es un espejo (mirror). nulo.in es la fuente.

" + fi if test "$inicio" != true; then echo "☚ Volver al inicio" fi