diff options
| author | Austin English <austinenglish@gmail.com> | 2018-10-12 17:16:23 -0500 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gmail.com> | 2018-10-13 12:53:54 -0400 | 
| commit | 02af093043a7444381b0d8a0a3e8e97247505f95 (patch) | |
| tree | 9c115ea04a3a40c71cc8bf3b8c3f0bafb41533fd /sh/s6.sh | |
| parent | 67e2d6033dd7ac6db0269ee060ed20484825ff9f (diff) | |
| download | openrc-02af093043a7444381b0d8a0a3e8e97247505f95.tar.xz | |
misc: whitespace fixes
Diffstat (limited to 'sh/s6.sh')
| -rw-r--r-- | sh/s6.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -57,7 +57,7 @@ s6_stop()  	ebegin "Stopping ${name:-$RC_SVCNAME}"  	s6-svc -d -wD -T ${s6_service_timeout_stop:-60000} "${s6_service_link}"  	set -- $(s6-svstat "${s6_service_link}") -	[ "$1" = "up" ] &&  +	[ "$1" = "up" ] &&  		yesno "${s6_force_kill:-yes}" &&  			_s6_force_kill "$@"  	set -- $(s6-svstat "${s6_service_link}") | 
