ssy: wait until actually mounted
This commit is contained in:
parent
95afe343bf
commit
720ecabbe8
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ with import <nixpkgs> {};
|
|||
pkgs.writeShellScriptBin "ssy" ''
|
||||
#!/bin/sh
|
||||
startsync 2>&1 > /dev/null & disown
|
||||
ls ~/sync 2>&1 > /dev/null
|
||||
while ! ls ~/sync/Passwords.kdbx 2>&1 > /dev/null ; do sleep 0.1 ; done
|
||||
''
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue