whatsapp: fix quote in autostart script
This commit is contained in:
parent
e778ef13c7
commit
2656495736
|
@ -7,7 +7,7 @@
|
|||
let
|
||||
cfg = config.profile.whatsapp;
|
||||
autostartScript = pkgs.writeShellScriptBin "whatsapp.sh" ''
|
||||
"sleep 10; until ${pkgs.unixtools.ping}/bin/ping -c 1 web.whatsapp.com; do sleep 1; done; whatsapp-for-linux"
|
||||
sleep 10; until ${pkgs.unixtools.ping}/bin/ping -c 1 web.whatsapp.com; do sleep 1; done; whatsapp-for-linux
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue