From f69bf805da4cee15b3ec7f14a13658d829bdb609 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Fri, 5 Nov 2021 15:16:58 +0100 Subject: [PATCH] 2021-11-05 15:16:58 --- bootstrap.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 255a70b..48baa86 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/05 15:12:29 by gbaconni ### ########.fr # +# Updated: 2021/11/05 15:16:57 by gbaconni ### ########.fr # # # # **************************************************************************** # @@ -103,6 +103,11 @@ ft_monitoring () main () { user=${1-marvin} + if [ "${user}" == "marvin" ] + then + echo "Are you sad today, Marvin?" + exit 1 + fi port=${2-4242} ft_apt ${user} ft_editor ${user}