Skip to content

Commit

Permalink
Client: Fix rights for CleverSwarm folder
Browse files Browse the repository at this point in the history
  • Loading branch information
goldarte committed Sep 19, 2019
1 parent 23cf5bf commit 392b06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Drone/copter_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 392b06f

Please sign in to comment.