deleted restartCommand and rebootCommand
This commit is contained in:
parent
3d68517cd7
commit
650006b5db
1 changed files with 0 additions and 2 deletions
|
|
@ -100,8 +100,6 @@ $(function() {
|
|||
};
|
||||
|
||||
self._copyConfig = function() {
|
||||
self.config_restartCommand(self.settings.settings.plugins.softwareupdate.octoprint_restart_command());
|
||||
self.config_rebootCommand(self.settings.settings.plugins.softwareupdate.environment_restart_command());
|
||||
self.config_cacheTtl(self.settings.settings.plugins.softwareupdate.cache_ttl());
|
||||
self.config_checkoutFolder(self.settings.settings.plugins.softwareupdate.octoprint_checkout_folder());
|
||||
self.config_checkType(self.settings.settings.plugins.softwareupdate.octoprint_type());
|
||||
|
|
|
|||
Loading…
Reference in a new issue