sporo zmian, nie pamiętam czego :)
This commit is contained in:
		
							
								
								
									
										11
									
								
								bin/pinentry
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										11
									
								
								bin/pinentry
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| #!/bin/sh | ||||
| set -eu | ||||
|  | ||||
| PINENTRY_TERMINAL='/sbin/pinentry-curses' | ||||
| PINENTRY_VAYLAND='/sbin/pinentry-gtk-2' | ||||
|  | ||||
| if [ -n "${DISPLAY-}" -a -z "${TERM-}" ]; then | ||||
|     exec "$PINENTRY_VAYLAND" "$@" | ||||
| else | ||||
|     exec "$PINENTRY_TERMINAL" "$@" | ||||
| fi | ||||
		Reference in New Issue
	
	Block a user