modified: mycroft/client/enclosure/__init__.py
parent
6f31c93fc0
commit
07ec6bd422
|
@ -144,7 +144,7 @@ class EnclosureReader(Thread):
|
||||||
subprocess.call('systemctl reboot -i', shell=True)
|
subprocess.call('systemctl reboot -i', shell=True)
|
||||||
|
|
||||||
if "unit.enable-ssh" in data:
|
if "unit.enable-ssh" in data:
|
||||||
#this is handled by the wifi client
|
# This is handled by the wifi client
|
||||||
self.ws.emit(Message("mycroft.enable.ssh"))
|
self.ws.emit(Message("mycroft.enable.ssh"))
|
||||||
self.ws.emit(Message("speak", {
|
self.ws.emit(Message("speak", {
|
||||||
'utterance': "SSH will be enabled on next boot"}))
|
'utterance': "SSH will be enabled on next boot"}))
|
||||||
|
|
Loading…
Reference in New Issue