From e191de39c0c36bcdccc0772f606ff316e754cf42 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Wed, 8 Jun 2022 22:37:24 +0200 Subject: [PATCH] Update update.sh --- files/builds/stable-branch/bin/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/builds/stable-branch/bin/update.sh b/files/builds/stable-branch/bin/update.sh index 2539706..480bc8f 100644 --- a/files/builds/stable-branch/bin/update.sh +++ b/files/builds/stable-branch/bin/update.sh @@ -7,7 +7,7 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2022 # -# Time/Date: 21:30/08.06.2022 # +# Time/Date: 22:30/08.06.2022 # # Version: 1.1 # #################################################################################################### @@ -95,7 +95,7 @@ function UP_FUSION360_INSTALL_START_1 { # Stop Fusion360installer.exe - Part 1 function UP_FUSION360_INSTALL_STOP_1 { - sleep 10m + sleep 3m kill -9 $(ps aux |grep -i '\.exe' |awk '{print $2}'|tr '\n' ' ') }