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' ' ') }