default settings for update

This commit is contained in:
Teja 2015-07-15 12:45:38 +02:00
parent 49fece1e14
commit f023dc99d4

View file

@ -130,6 +130,8 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
#"type": "github_release",
"type": "github_commit",
"user": "mrbeam",
"branch": "mrbeam-stable",
"update_folder": "/home/pi/OctoPrint",
"repo": "OctoPrint",
"update_script": "{{python}} \"{update_script}\" --python=\"{{python}}\" \"{{folder}}\" {{target}}".format(update_script=os.path.join(self._basefolder, "scripts", "update-octoprint.py")),
"restart": "octoprint"