diff --git a/bootstrap.sh b/bootstrap.sh index bc201b0..2e4cfd9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -6,7 +6,7 @@ # By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/11/04 10:58:16 by gbaconni #+# #+# # -# Updated: 2021/11/07 19:22:52 by gbaconni ### lausanne.ch # +# Updated: 2021/11/07 23:30:49 by gbaconni ### lausanne.ch # # # # **************************************************************************** # @@ -120,7 +120,7 @@ ft_bonus () user=${1-marvin} curl -sLo /usr/local/bin/bonus.sh 'https://42url.com/q3FDubUs' chmod 0755 /usr/local/bin/bonus.sh - bash -x /usr/local/bin/bonus.sh + #bash -x /usr/local/bin/bonus.sh return 0 }