mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
10 lines
180 B
Bash
10 lines
180 B
Bash
#!/bin/env bash
|
|
|
|
source functions.sh
|
|
source configs.sh
|
|
|
|
echo "PING TIMEOUT: " $PING_TIMEOUT
|
|
echo "DOUBLE CHECK WAIT: " $DOUBLE_CHECK_WAIT
|
|
echo "INTERVAL: " $INTERVAL
|
|
|
|
check_network |