This commit is contained in:
kenzuya
2026-03-10 17:57:39 +07:00
parent f159a507af
commit e81a21c7c5
2 changed files with 3 additions and 4 deletions

View File

@@ -58,9 +58,8 @@ if [[ "${START_TAILSCALED:-1}" == "1" ]]; then
sleep 1
done
tailscale up \
--socket="$SOCKET" \
${TS_AUTHKEY:+--authkey="$TS_AUTHKEY"} \
tailscale --socket="$SOCKET" up \
${TS_AUTHKEY:+--auth-key="$TS_AUTHKEY"} \
"${up_args[@]}"
fi
fi