From 73315b7009d6bdd45a6d5f35d4995897bb1b482d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 02:02:10 -0600 Subject: [PATCH] wip --- shell/start_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/start_service.sh b/shell/start_service.sh index 9fbcba5..8db9649 100644 --- a/shell/start_service.sh +++ b/shell/start_service.sh @@ -1,4 +1,4 @@ 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 comma \ No newline at end of file +systemctl restart ssh \ No newline at end of file