Improved mac dev station role
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
{% if macos_dev_station_ssh_agent_enabled | bool %}
|
||||
source "{{ macos_dev_station_scripts_dir }}/ssh-agent-start.sh"
|
||||
{% endif %}
|
||||
|
||||
cd {{ macos_dev_station_workspace_dir }}
|
||||
|
||||
exec {{ macos_dev_station_opencode_command }}
|
||||
|
||||
Reference in New Issue
Block a user