Skip to content

Commit 9a66606

Browse files
committed
change a line
1 parent 193de6f commit 9a66606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
echo "${{ secrets.SSH_PUBLIC_KEY }}" >> ~/.ssh/authorized_keys
1717
sudo chmod 600 ~/.ssh/authorized_keys
1818
sudo chown $(whoami) ~/.ssh/authorized_keys
19-
sudo launchctl bootstrap system /System/Library/LaunchDaemons/ssh.plist
19+
sudo launchctl list | grep xsan
2020
sudo launchctl start com.openssh.sshd
2121
2222
- name: Output SSH Command

0 commit comments

Comments
 (0)