Skip to content

Commit

Permalink
54-ek-launchers: correct path
Browse files Browse the repository at this point in the history
Co-authored-by: Will Thompson <[email protected]>
  • Loading branch information
cassidyjames and wjt authored Nov 19, 2024
1 parent 22d46ba commit ec0d4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/image/54-ek-launchers
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [[ ! "${EIB_FLATPAK_REMOTE_FLATHUB_APPS}" =~ .*"org.endlessos.Key".* ]]; then
exit 0
fi

cat <<- EOF > /etc/systemd/user-environment-generators/62-endless-key.sh
cat <<- EOF > "${OSTREE_DEPLOYMENT}/etc/systemd/user-environment-generators/62-endless-key.sh"
#!/bin/bash

XDG_DATA_DIRS="/var/lib/endless-key/data/content/xdg/share:\${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
Expand Down

0 comments on commit ec0d4cc

Please sign in to comment.