From 3e418d94e958ca55b8f2a80d7dffcd5266a51119 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Thu, 4 Nov 2021 12:26:08 +0100 Subject: [PATCH] 2021-11-04 12:26:08 --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5d4f76c..49bdfef 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/04 12:21:28 by gbaconni ### lausanne.ch # +# Updated: 2021/11/04 12:26:06 by gbaconni ### lausanne.ch # # # # **************************************************************************** # @@ -62,7 +62,7 @@ ft_sudo () ft_rc_local () { user=${1-marvin} - systemctl enable rc-local.service + systemctl enable rc-local.service >/dev/null 2>&1 echo '#!/bin/sh -e' > /etc/rc.local echo '' >> /etc/rc.local echo 'exit 0' >> /etc/rc.local