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.217.43
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 /
output /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
010_set_umask.sh
303
B
-rw-r--r--
2026-04-01 09:39
100_mount_output_path.sh
189
B
-rw-r--r--
2026-04-01 09:39
150_save_copy_of_prefix_dir.sh
967
B
-rw-r--r--
2026-04-01 09:39
200_make_boot_dir.sh
144
B
-rw-r--r--
2026-04-01 09:39
200_make_prefix_dir.sh
1.03
KB
-rw-r--r--
2026-04-01 09:39
250_create_lock.sh
614
B
-rw-r--r--
2026-04-01 09:39
400_copy_disk_struct_files.sh
772
B
-rw-r--r--
2026-04-01 09:39
940_grub2_rescue.sh
16.33
KB
-rw-r--r--
2026-04-01 09:39
940_grub_rescue.sh
3.68
KB
-rw-r--r--
2026-04-01 09:39
950_copy_result_files.sh
8.82
KB
-rw-r--r--
2026-04-01 09:39
950_email_result_files.sh
1.4
KB
-rw-r--r--
2026-04-01 09:39
970_remove_lock.sh
452
B
-rw-r--r--
2026-04-01 09:39
980_umount_output_dir.sh
200
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# if KEEP_OLD_OUTPUT_COPY is not empty then move old OUTPUT_PREFIX directory to OUTPUT_PREFIX.old [ -z "${KEEP_OLD_OUTPUT_COPY}" ] && return # do not do this for tapes and special attention for file:///path local scheme="$( url_scheme "$OUTPUT_URL" )" local path="$( url_path "$OUTPUT_URL" )" # if filesystem access to url is unsupported return silently (e.g. scheme tape) scheme_supports_filesystem $scheme || return 0 local opath="$( output_path "$scheme" "$path" )" # an old lockfile from a previous run not cleaned up by output is possible [[ -f "${opath}/.lockfile" ]] && rm -f "${opath}/.lockfile" >&2 if test -d "${opath}" ; then rm -rf $v "${opath}.old" || Error "Could not remove '${opath}.old'" # below statement was 'cp -af' instead of 'mv -f' (see issue #192) mv -f $v "${opath}" "${opath}.old" || Error "Could not move '${opath}'" fi # the ${BUILD_DIR}/outputfs/${OUTPUT_PREFIX} will be created by output/default/200_make_prefix_dir.sh