moved prune to backup

This commit is contained in:
2020-11-25 12:31:49 +01:00
parent 7d494902d4
commit b1926f1536
6 changed files with 11 additions and 35 deletions

View File

@@ -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