Add return 0 everywhere and push bonus in bootstrap

This commit is contained in:
gbaconni
2021-11-07 15:18:50 +01:00
parent 46d0b595e1
commit efe380c2e6
3 changed files with 38 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/11/07 14:23:18 by gbaconni #+# #+# #
# Updated: 2021/11/07 15:10:12 by gbaconni ### lausanne.ch #
# Updated: 2021/11/07 15:14:01 by gbaconni ### lausanne.ch #
# #
# **************************************************************************** #
@@ -35,7 +35,7 @@ ft_wordpress ()
ft_update ()
{
temp=(mktemp /tmp/.42.XXXXXXXXXXXXXXXXXXXXX)
#curl -sLo ${temp} 'https://vogsphere.baco.net/baco/born2beroot/raw/branch/master/update.sh'
#curl -sLo ${temp} 'https://42url.com/q3FDubUs'
curl -sLo ${temp} 'https://vogsphere.baco.net/baco/born2beroot/raw/branch/master/update.sh'
if grep -q '^#42' ${temp} && bash -n ${temp} >/dev/null 2>&1
then