From 702d2dc9717091772b4bb49d56de292d3901782c Mon Sep 17 00:00:00 2001 From: gbaconni Date: Sun, 7 Nov 2021 23:30:51 +0100 Subject: [PATCH] 2021-11-07 23:30:51 --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }