ssy: wait 1.2 seconds instead of 0.7
This commit is contained in:
parent
ea4d4d8f70
commit
00198e5aca
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ with import <nixpkgs> {};
|
|||
pkgs.writeShellScriptBin "ssy" ''
|
||||
#!/bin/sh
|
||||
startsync > /dev/null 2>&1 & disown
|
||||
sleep 0.7
|
||||
sleep 1.2
|
||||
while ! ls ~/sync/Passwords.kdbx > /dev/null 2>&1 ; do sleep 0.1 ; done
|
||||
''
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue