wmstartup: Use set -e in service subshells
God I love subshells
This commit is contained in:
		| @@ -87,6 +87,7 @@ fi | ||||
| for service in $DTF_SERVICES; do | ||||
| 	service_full="$DTF_SERVICES_DIR/$service" | ||||
| 	( | ||||
| 	set -e | ||||
| 	if ! [ -r "$service_full" ]; then | ||||
| 		dtf_log "Service is unreadable or missing: $service" | ||||
| 		exit 1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user