Skip to content

Commit

Permalink
Update platform.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Dec 31, 2023
1 parent 3ec11c5 commit 6d735b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ export class CloudflaredTunnelPlatform implements DynamicPlatformPlugin {
this.log.warn(`Starting Tunnel with Options: ${JSON.stringify(options)}`);
let tunnel: Tunnel | undefined;
if (this.config.startTunnelAuto) {
this.log.info('Starting Tunnel in Auto Install Mode');
tunnel = await startTunnelAuto(options);
} else {
this.log.info('Starting Tunnel in Manual Install Mode');
tunnel = await startTunnel(options);
}
this.log.info('Waiting 5 minute for tunnel to install and start');
Expand Down

0 comments on commit 6d735b5

Please sign in to comment.