Scripts version 2101

This commit is contained in:
castro-fidel
2022-04-16 21:51:58 +03:00
parent 42fa075e3f
commit cd9b43f1f5
5 changed files with 12 additions and 5 deletions

View File

@ -548,6 +548,7 @@ stop_portwine () {
fi
add_in_stop_portwine > /dev/null 2>&1
kill -n 9 `pgrep -a start.sh | grep -i '/PortProton/' | awk '{print $1}'` > /dev/null 2>&1
killall yad_new &>/dev/null
exit 0
}
export -f stop_portwine