diff --git a/common.sh b/common.sh index 4580ca1..d57fca1 100644 --- a/common.sh +++ b/common.sh @@ -120,11 +120,3 @@ wait_for_rsync() { exit 1 } -# ----------------------------- Check Server ----------------------------- -check_server_online() { - if ping -c 1 "$REMOTE_SERVER" &>/dev/null; then - return 0 - else - return 1 - fi -} \ No newline at end of file