Skip to content

Commit 680f09c

Browse files
xhennerVincent43
authored andcommitted
add compatibility with encryptssh
1 parent dcaac00 commit 680f09c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/hooks/ykfde

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ ykfde_do_it() {
150150

151151
if [ "$_rc" -eq 0 ]; then
152152
message " Decryption was successful."
153+
# encryptssh support
154+
touch /.done
153155
if [ "$YKFDE_SLEEP_AFTER_SUCCESSFUL_CRYPTSETUP" ] && [ "$YKFDE_SLEEP_AFTER_SUCCESSFUL_CRYPTSETUP" -gt 0 ]; then
154156
[ "$DBG" ] && message " > Making $YKFDE_SLEEP_AFTER_SUCCESSFUL_CRYPTSETUP sleep."
155157
sleep "$YKFDE_SLEEP_AFTER_SUCCESSFUL_CRYPTSETUP"

0 commit comments

Comments
 (0)