macOS: pass installation if we could not start the background services

This commit is contained in:
Frank Morgner 2020-05-04 22:53:34 +02:00
parent e864aa6d76
commit 2495bbecf7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ for f in \
do
if [ -e "$f" ]
then
/bin/launchctl asuser $(id -u "${USER}") /bin/launchctl load "$f"
/bin/launchctl asuser $(id -u "${USER}") /bin/launchctl load "$f" || true
fi
done