Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: platforms/raspberry-pi2/data/setup-agent.sh

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platforms/raspberry-pi2/data/depend.stop.fletch.wheezy ('k') | platforms/raspberry-pi2/flash-sd-card » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platforms/raspberry-pi2/data/setup-agent.sh
diff --git a/platforms/raspberry-pi2/data/setup-agent.sh b/platforms/raspberry-pi2/data/setup-agent.sh
index fd58e4e87883c86c786c243712278820875cc7ec..780ed9a0bf0d748847d5258d53265605e1550175 100755
--- a/platforms/raspberry-pi2/data/setup-agent.sh
+++ b/platforms/raspberry-pi2/data/setup-agent.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-echo "Setting up Fletch agent"
-sudo /usr/sbin/update-rc.d fletch-agent defaults
-sudo service fletch-agent start
+echo "Setting up Dartino agent"
+sudo /usr/sbin/update-rc.d dartino-agent defaults
+sudo service dartino-agent start
« no previous file with comments | « platforms/raspberry-pi2/data/depend.stop.fletch.wheezy ('k') | platforms/raspberry-pi2/flash-sd-card » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698