removed remote ping from common.sh

This commit is contained in:
2026-03-25 00:36:16 +00:00
parent f481db19ea
commit fbb564e8fb
-8
View File
@@ -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
}