update askpass.sh syntax
This commit is contained in:
parent
e245a6a2b1
commit
28378adf62
1 changed files with 5 additions and 1 deletions
|
|
@ -1,2 +1,6 @@
|
|||
#!/bin/sh
|
||||
yad --class="GSu" --title="Password" --text="Enter sudo password:" --image="dialog-password" --entry --hide-text
|
||||
yad --class="GSu" \
|
||||
--title="Password" \
|
||||
--text="Enter sudo password:" \
|
||||
--image="dialog-password" \
|
||||
--entry --hide-text
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue