mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-13 00:09:54 -05:00
Fix heredoc
This commit is contained in:
parent
08d68300bd
commit
9fe4504623
@ -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…
Reference in New Issue
Block a user