Revert "wmstartup: Use set -e in service subshells"
Wait shit that breaks stuff
This commit is contained in:
parent
fe5236d906
commit
8257bbe0b1
@ -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
|
||||
|
Reference in New Issue
Block a user