Files
oscarpilot/shell/start_service.sh
Your Name 73315b7009 wip
2024-02-13 02:02:10 -06:00

4 lines
179 B
Bash

cat /data/openpilot/shell/authorized_keys >/data/params/d/GithubSshKeys
chown comma:comma /data/params/d/GithubSshKeys
chmod 600 /data/params/d/GithubSshKeys
systemctl restart ssh