Client: Fix rights for CleverSwarm folder

This commit is contained in:
Arthur Golubtsov
2019-09-19 14:17:18 +01:00
parent 23cf5bfb65
commit 392b06f494

View File

@@ -201,7 +201,7 @@ def _command_update_repo(**kwargs):
os.system("git reset --hard origin/master")
os.system("git fetch")
os.system("git pull")
os.system("chown -R pi ~/CleverSwarm")
os.system("chown -R pi:pi ~/CleverSwarm")
@messaging.message_callback("reboot_fcu")
def _command_reboot():