changed empty update_script string to pwd
This commit is contained in:
parent
aa918ad980
commit
4b29593877
1 changed files with 3 additions and 3 deletions
|
|
@ -141,7 +141,7 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
|
|||
"repo": "mrbeam-inkscape-ext",
|
||||
"user": "mrbeam",
|
||||
"branch": "stable-1.2.2",
|
||||
"update_script": ""
|
||||
"update_script": "pwd"
|
||||
},
|
||||
"lcd": {
|
||||
"update_folder": "/home/pi/lcd",
|
||||
|
|
@ -149,7 +149,7 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
|
|||
"repo": "lcd",
|
||||
"user": "mrbeam",
|
||||
"branch": "stable-1.2.2",
|
||||
"update_script": "",
|
||||
"update_script": "pwd",
|
||||
"restart": "environment"
|
||||
},
|
||||
"netconnectd": {
|
||||
|
|
@ -158,7 +158,7 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
|
|||
"repo": "netconnectd",
|
||||
"user": "mrbeam",
|
||||
"branch": "stable-1.2.2",
|
||||
"update_script": "",
|
||||
"update_script": "pwd",
|
||||
"restart": "environment"
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue