mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
Added --accept-routes for tailscale
This commit is contained in:
parent
1d3e022378
commit
b4cc3046a1
@ -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…
Reference in New Issue
Block a user