📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
6295.37 KB
0644
🗑️
⬇️
✏️
🔒
Editing: installkernel
#!/bin/bash if [[ -x /usr/libexec/installkernel/installkernel ]] ; then exec /usr/libexec/installkernel/installkernel "${@}" elif [[ -x /usr/libexec/installkernel/installkernel-bls ]] ; then exec /usr/libexec/installkernel/installkernel-bls "${@}" fi echo "installkernel is not installed correctly." >>/dev/stderr exit 1
💾 Save Changes