Retab secmount script

This commit is contained in:
Talia 2023-05-13 10:33:49 +02:00
parent 25e31beaff
commit 2d3c72d3d3
1 changed files with 14 additions and 12 deletions

View File

@ -14,7 +14,9 @@ then
mkdir -p "$back" mkdir -p "$back"
passwd=$(zenity --password --title $title) passwd=$(zenity --password --title $title)
if zenity --question --title $title --text "Save password in login keyring?" 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 fi
echo -n $passwd | securefs c "$back" echo -n $passwd | securefs c "$back"
else else