fix(default-flatpaks): (again) do the yq notify step right
for real this time
This commit is contained in:
parent
f67cfce6d5
commit
8d59b2a3ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue