Commit 6dd69b59 authored by Seblu's avatar Seblu
Browse files

checkservices: lower case ctrl+c

parent 49b6c115
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ done
# wait the timeout
(( $timeout )) && {
	echo "Waiting for ${timeout} seconds"
	echo "Use Ctrl+C to undo"
	echo "Use ctrl+c to undo"
	sleep $timeout
}