fix auto close HYP.exe after installing

This commit is contained in:
Mikhail Tergoev
2024-07-11 19:53:45 +03:00
parent f3819039ed
commit 9203a72ef4
3 changed files with 4 additions and 2 deletions

View File

@ -858,7 +858,7 @@ export -f kill_portwine
pw_kill_autostart () {
if [[ -z "${2}" ]]
then SWAIT=5
then SWAIT=3
else SWAIT="${2}"
fi
sleep 5