Update update.sh

This commit is contained in:
Steve Zabka
2022-06-08 22:37:24 +02:00
committed by GitHub
parent 9891f6c12f
commit e191de39c0

View File

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