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