| Index: platforms/raspberry-pi2/data/dartino-agent.env
|
| diff --git a/platforms/raspberry-pi2/data/dartino-agent.env b/platforms/raspberry-pi2/data/dartino-agent.env
|
| index dfeb9a6c7ad375ab55eb6e5f98e971dc861ffcec..6c17bccc66f520440d57b0e4927b83210428fade 100644
|
| --- a/platforms/raspberry-pi2/data/dartino-agent.env
|
| +++ b/platforms/raspberry-pi2/data/dartino-agent.env
|
| @@ -1,7 +1,7 @@
|
| # Dartino agent specific environment variables
|
|
|
| -# Path to the fletch-vm (used when spawning fletch VM instances).
|
| -export FLETCH_VM=/usr/lib/dartino-agent/bin/fletch-vm
|
| +# Path to the dartino-vm (used when spawning dartino VM instances).
|
| +export DARTINO_VM=/usr/lib/dartino-agent/bin/dartino-vm
|
|
|
| # IP address used by the Dartino agent to listen for incoming requests.
|
| export AGENT_IP=0.0.0.0
|
| @@ -18,5 +18,5 @@ export AGENT_LOG_FILE=/var/log/dartino-agent.log
|
| # Spawned VM specific environment variables. These are passed to the spawned VM
|
| # instances for configuration.
|
|
|
| -# Log directory for the spawned fletch VMs.
|
| +# Log directory for the spawned dartino VMs.
|
| export VM_LOG_DIR=/var/log/dartino-agent
|
|
|