added update_script and restart key to default values
This commit is contained in:
parent
2f04ef43d5
commit
aa918ad980
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue