mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 08:15:32 -04:00
Replace /bin/bash with /usr/bin/env bash
This commit is contained in:
parent
9a92d20001
commit
80fc8d4da9
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ find . -name libsystemd.so.0 -exec rm {} \;
|
||||||
get_desktop
|
get_desktop
|
||||||
get_icon
|
get_icon
|
||||||
cat << EOF > ./usr/bin/keepassxc_env
|
cat << EOF > ./usr/bin/keepassxc_env
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/env bash
|
||||||
#export QT_QPA_PLATFORMTHEME=gtk2
|
#export QT_QPA_PLATFORMTHEME=gtk2
|
||||||
exec keepassxc "\$@"
|
exec keepassxc "\$@"
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue