changed restart to octoprint type

This commit is contained in:
make-ing 2015-09-15 15:35:07 +02:00
parent 9c837b1266
commit 5bbae83367

View file

@ -142,7 +142,7 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
"user": "mrbeam",
"branch": "stable-1.2.2",
"update_script": "{{python}} \"{update_script}\" \"{{folder}}\" {{target}}".format(update_script=os.path.join(self._basefolder, "scripts", "git-pull.py")),
"restart": "environment",
"restart": "octoprint",
"current": "Unknown"
},
"lcd": {