diff --git a/scripts/askpass.sh b/scripts/askpass.sh index cc3cf43..ba07bd1 100755 --- a/scripts/askpass.sh +++ b/scripts/askpass.sh @@ -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