removed sudo

pull/340/head
Isaac Ward 2016-08-18 16:27:48 -05:00
parent bde91807bd
commit 97074d679c
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class EnclosureReader(Thread):
if "unit.factory-reset" in data:
subprocess.call(
'sudo rm /home/pi/.mycroft/identity/identity.json',
'rm /home/pi/.mycroft/identity/identity.json',
shell=True)
self.client.emit(
Message("enclosure.eyes.spin"))