Retab secmount script
This commit is contained in:
parent
25e31beaff
commit
2d3c72d3d3
1 changed files with 14 additions and 12 deletions
|
@ -14,7 +14,9 @@ then
|
|||
mkdir -p "$back"
|
||||
passwd=$(zenity --password --title $title)
|
||||
if zenity --question --title $title --text "Save password in login keyring?"
|
||||
then echo -n $passwd | secret-tool store --label "SecureFS $target" application securefs directory "$target"
|
||||
then
|
||||
echo 'echo -n $passwd | secret-tool store --label "SecureFS $target" application securefs directory "$target"'
|
||||
echo -n $passwd | secret-tool store --label "SecureFS $target" application securefs directory "$target"
|
||||
fi
|
||||
echo -n $passwd | securefs c "$back"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue