added update_script and restart key to default values

This commit is contained in:
make-ing 2015-09-11 11:18:56 +02:00
parent 2f04ef43d5
commit aa918ad980

View file

@ -141,6 +141,7 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
"repo": "mrbeam-inkscape-ext",
"user": "mrbeam",
"branch": "stable-1.2.2",
"update_script": ""
},
"lcd": {
"update_folder": "/home/pi/lcd",
@ -148,6 +149,8 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
"repo": "lcd",
"user": "mrbeam",
"branch": "stable-1.2.2",
"update_script": "",
"restart": "environment"
},
"netconnectd": {
"update_folder": "/home/pi/netconnectd",
@ -155,6 +158,8 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
"repo": "netconnectd",
"user": "mrbeam",
"branch": "stable-1.2.2",
"update_script": "",
"restart": "environment"
},
},