mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 05:41:43 +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
7 lines
252 B
Bash
Executable File
7 lines
252 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
echo "Starting script create"
|
|
# script -q -c "cloudflared tunnel login 2>&1 | tee /app/output.log" &
|
|
cloudflared tunnel create edgebox 2>&1 | tee /home/system/components/edgeboxctl/scripts/output.log
|
|
echo "sleeping 5 seconds"
|
|
sleep 5 |