From 9a679e4fa778dd8b686554ed823035895bbc96da Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Mon, 20 Jun 2022 20:59:31 +0200 Subject: [PATCH] Update install.sh Change the time! --- files/builds/stable-branch/bin/install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/builds/stable-branch/bin/install.sh b/files/builds/stable-branch/bin/install.sh index ccb6dc6..14d3725 100644 --- a/files/builds/stable-branch/bin/install.sh +++ b/files/builds/stable-branch/bin/install.sh @@ -7,7 +7,7 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2022 # -# Time/Date: 20:05/20.06.2022 # +# Time/Date: 21:00/20.06.2022 # # Version: 1.8.1 # #################################################################################################### @@ -375,7 +375,7 @@ function SP_FUSION360_INSTALL_START_1 { # Stop Fusion360installer.exe - Part 1 function SP_FUSION360_INSTALL_STOP_1 { - sleep 3m + sleep 10m kill -9 $(ps aux |grep -i '\.exe' |awk '{print $2}'|tr '\n' ' ') } @@ -386,7 +386,7 @@ function SP_FUSION360_INSTALL_START_2 { # Stop Fusion360installer.exe - Part 2 function SP_FUSION360_INSTALL_STOP_2 { - sleep 1m + sleep 3m kill -9 $(ps aux |grep -i '\.exe' |awk '{print $2}'|tr '\n' ' ') } @@ -399,7 +399,7 @@ function SP_FUSION360_INSTALL_REFRESH_START_1 { # Stop Fusion360installer.exe - Part 1 (Refresh) function SP_FUSION360_INSTALL_REFRESH_STOP_1 { - sleep 3m + sleep 10m kill -9 $(ps aux |grep -i '\.exe' |awk '{print $2}'|tr '\n' ' ') } @@ -410,7 +410,7 @@ function SP_FUSION360_INSTALL_REFRESH_START_2 { # Stop Fusion360installer.exe - Part 2 (Refresh) function SP_FUSION360_INSTALL_REFRESH_STOP_2 { - sleep 1m + sleep 3m kill -9 $(ps aux |grep -i '\.exe' |awk '{print $2}'|tr '\n' ' ') }