l mail: retry muchsync until success
This commit is contained in:
parent
4a0e27488e
commit
b3ccfd3a78
@ -184,7 +184,9 @@ let
|
|||||||
"<enter-command>unset wait_key<enter> \
|
"<enter-command>unset wait_key<enter> \
|
||||||
<shell-escape>${pkgs.writeDash "muchsync" ''
|
<shell-escape>${pkgs.writeDash "muchsync" ''
|
||||||
set -efu
|
set -efu
|
||||||
${pkgs.muchsync}/bin/muchsync -F lass@green.r
|
until ${pkgs.muchsync}/bin/muchsync -F lass@green.r; do
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
''}<enter> \
|
''}<enter> \
|
||||||
'run muchsync to green.r'
|
'run muchsync to green.r'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user