From cbf999b9a4653a1cd427ad487de0b7e23bea8211 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Fri, 25 Aug 2023 14:45:24 -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 34d479c..dfdc70c 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) -sh /opt/monitor-update.sh ;; +sudo sh /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) -sh /opt/monitor-update2.sh ;; +sudo sh /opt/monitor-update2.sh ;; 3) break; esac