mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00:00
Added --accept-routes for tailscale
This commit is contained in:
parent
1d3e022378
commit
b4cc3046a1
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ function process_tailscale(){
|
|||
tailscaled &
|
||||
sleep 2
|
||||
set +e
|
||||
tailscale up --authkey=${tailscale_key}
|
||||
tailscale up --authkey=${tailscale_key} --accept-routes
|
||||
if [ $? -ne 0 ]; then
|
||||
msg="Failed to establish tailscale connection. Please review the log at ${LOGFILE}"
|
||||
echo msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue