We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218436b commit 14e599cCopy full SHA for 14e599c
docker/release_distribution_scripts/utbot_server_restart.sh
@@ -22,7 +22,7 @@ then
22
echo $pp
23
done
24
read -r -p "Do you want kill them? [Y/n] " response
25
- if [[ $response =~ ^(yes|y| ) ]] || [[ -z $response ]]
+ if [[ $response =~ ^([yY][eE][sS]|[yY]| ) ]] || [[ -z $response ]]
26
then
27
for pp in $RUNNING; do
28
echo $pp | awk '{print $2;}' | xargs kill
0 commit comments