moved prune to backup
This commit is contained in:
@@ -38,7 +38,7 @@ ping -c 3 192.168.178.100 &> /dev/null
|
||||
|
||||
if [[ $? > 0 ]]; then
|
||||
|
||||
ping -c 3 1.1.1.1 &> /dev/null
|
||||
ping -c 3 10.0.1.3 &> /dev/null
|
||||
|
||||
if [[ $? > 0 ]]; then
|
||||
info "Not connected."
|
||||
@@ -47,4 +47,4 @@ if [[ $? > 0 ]]; then
|
||||
fi
|
||||
echo "Done"
|
||||
|
||||
read_config
|
||||
read_config
|
||||
Reference in New Issue
Block a user