sane-sandboxed: load all profiles, not just the first one we find

this allows some amount of overriding, or splitting profiles between system and user dirs
This commit is contained in:
Colin 2024-02-12 10:40:15 +00:00
parent 088b6f1b9a
commit c424f7ac3b

View File

@ -50,7 +50,6 @@ tryLoadProfileByName() {
debug "try profile at path: '$_profilePath'"
if [ -f "$_profilePath" ]; then
loadProfileByPath "$_profilePath"
break
fi
done
fi