fix(default-flatpaks): (again) do the yq notify step right

for real this time
This commit is contained in:
xyny 2023-12-22 11:30:06 +00:00 committed by GitHub
parent f67cfce6d5
commit 8d59b2a3ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,6 +120,6 @@ if [[ ! $(echo "$1" | yq -I=0 ".user") == "null" ]]; then
fi
echo "Configuring default-flatpaks notifications"
NOTIFICATIONS=$(yq ".notify" "$1")
NOTIFICATIONS=$(echo "$1" | yq -I=0 ".notify")
NOTIFICATIONS_CONFIG_FILE="/usr/etc/flatpak/notifications"
echo "$NOTIFICATIONS" > "$NOTIFICATIONS_CONFIG_FILE"