Fix heredoc

This commit is contained in:
Janek Bevendorff 2017-01-29 02:50:44 +01:00
parent 08d68300bd
commit 9fe4504623
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -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