changed restart type to environment
This commit is contained in:
parent
3bf5540675
commit
9c837b1266
1 changed files with 1 additions and 1 deletions
|
|
@ -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": None,
|
||||
"restart": "environment",
|
||||
"current": "Unknown"
|
||||
},
|
||||
"lcd": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue