whatsapp: fix quote in autostart script
This commit is contained in:
parent
e778ef13c7
commit
2656495736
|
@ -7,7 +7,7 @@
|
||||||
let
|
let
|
||||||
cfg = config.profile.whatsapp;
|
cfg = config.profile.whatsapp;
|
||||||
autostartScript = pkgs.writeShellScriptBin "whatsapp.sh" ''
|
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
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue