Linux ih01.iridiumhosting.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.224
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
init /
COVE /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
950_allow_missing_programs.sh
692
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 950_allow_missing_programs.sh # # Delete the programs can be skipped from the list of required programs local option for option in $( cat /proc/cmdline ); do if test "$option" = "cove_rescue_media" ; then return fi done if test "$WORKFLOW" != "shell" && test "$WORKFLOW" != "mksystemstate" ; then return fi local allowed_missed_progs=( bc chroot cmp diff dumpkeys file fuser join kbd_mode less loadkeys sync yes ) LogPrint "Before exclusion: REQUIRED_PROGS=(${REQUIRED_PROGS[*]})" for prog in "${allowed_missed_progs[@]}"; do REQUIRED_PROGS=( $( RmInArray "$prog" "${REQUIRED_PROGS[@]}" ) ) done LogPrint "After exclusion: REQUIRED_PROGS=(${REQUIRED_PROGS[*]})"