fix(default-flatpaks): get notify config from right var?
This commit is contained in:
parent
bd92e7e5c5
commit
f67cfce6d5
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" "$CONFIG_FILE")
|
||||
NOTIFICATIONS=$(yq ".notify" "$1")
|
||||
NOTIFICATIONS_CONFIG_FILE="/usr/etc/flatpak/notifications"
|
||||
echo "$NOTIFICATIONS" > "$NOTIFICATIONS_CONFIG_FILE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue