From c7e3009563bb44b14d8a3521caa66f1c68db9168 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Tue, 9 Nov 2021 09:07:27 +0100 Subject: [PATCH] 2021-11-09 09:07:27 --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 50df85e..3601d8d 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/08 22:14:28 by gbaconni ### lausanne.ch # +# Updated: 2021/11/09 09:07:26 by gbaconni ### ########.fr # # # # **************************************************************************** # @@ -167,7 +167,7 @@ main () case "${1}" in -u) ft_update - (sleep 3; bash -x $0) & + (sleep 3; bash -x $0 4242 $SUDO_USER) & return 0 ;; *)