From e02dcb2abd3da390efd22a738f628fdf90f32273 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Fri, 25 Aug 2023 14:47:11 -0500 Subject: [PATCH] Update update.sh --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index dfdc70c..69bba43 100644 --- a/update.sh +++ b/update.sh @@ -190,7 +190,7 @@ case $choix in 1) sudo nano /opt/extra-2.sh && chmod +x /opt/extra* ;; 2) -sudo sh /opt/monitor-update.sh ;; +sudo /opt/monitor-update.sh ;; 3) break; esac @@ -225,7 +225,7 @@ case $choix in 1) sudo nano /opt/extra-3.sh && chmod +x /opt/extra* ;; 2) -sudo sh /opt/monitor-update2.sh ;; +sudo /opt/monitor-update2.sh ;; 3) break; esac