mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 22:01:15 +02:00
* Adding necessary changes for tunnel setup supporting cloudflared * Applied shwrap pattern to login, create and delete tunnel actions, many fixes * Refactoring sesh 1 * Added utils, remaining tunnel tasks, cleanup
6 lines
173 B
Bash
6 lines
173 B
Bash
#!/usr/bin/env sh
|
|
|
|
echo "Starting script login"
|
|
cloudflared tunnel login 2>&1 | tee /home/system/components/edgeboxctl/scripts/output.log &
|
|
echo "sleeping 5 seconds"
|
|
sleep 5 |