From 9589b641b6a22b01fe5eebd93b607df8ce5455a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 18 Dec 2017 18:35:57 -0600 Subject: [PATCH] Another fix in CNC script --- prepare-vms/cncsetup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare-vms/cncsetup.sh b/prepare-vms/cncsetup.sh index dd512b5d..e90a1bbb 100644 --- a/prepare-vms/cncsetup.sh +++ b/prepare-vms/cncsetup.sh @@ -11,6 +11,7 @@ pip install --user awscli jinja2 pdfkit sudo apt-get install -y wkhtmltopdf xvfb tmux new-session \; send-keys " [ -f ~/.ssh/id_rsa ] || ssh-keygen + eval \$(ssh-agent) ssh-add Xvfb :0 &