This commit is contained in:
committer@tuxwarrior
2025-04-19 15:13:25 -05:00
parent 9cb1d523bb
commit cc6c670f85

View File

@@ -155,7 +155,7 @@ do_services() {
exit 1
fi
mapfile -t services < ${trg_file}
mapfile -d \n -t services < ${trg_file}
for x in ${services[@]}; do