Revert "wmstartup: Use set -e in service subshells"

Wait shit that breaks stuff
This commit is contained in:
Salt 2018-08-27 13:26:17 -05:00
parent fe5236d906
commit 8257bbe0b1

View File

@ -87,7 +87,6 @@ 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