Another fix in CNC script

This commit is contained in:
Jérôme Petazzoni
2017-12-18 18:35:57 -06:00
parent 63463bda64
commit 9589b641b6

View File

@@ -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 &