mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-24 15:25:31 -04:00
Fix heredoc
This commit is contained in:
parent
08d68300bd
commit
9fe4504623
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ get_icon
|
|||
cat << EOF > ./usr/bin/keepassxc_env
|
||||
#!/usr/bin/bash
|
||||
#export QT_QPA_PLATFORMTHEME=gtk2
|
||||
exec keepassxc "$@"
|
||||
exec keepassxc "\$@"
|
||||
EOF
|
||||
chmod +x ./usr/bin/keepassxc_env
|
||||
sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' keepassxc.desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue