📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 21:49:04
📂
/ (Root)
/
etc
/
grub.d
📍 /etc/grub.d
🔄 Refresh
✏️
Editing: 41_custom
Read Only
#!/bin/sh cat <<EOF if [ -f \${config_directory}/custom.cfg ]; then source \${config_directory}/custom.cfg elif [ -z "\${config_directory}" -a -f \$prefix/custom.cfg ]; then source \$prefix/custom.cfg; fi EOF
💾 Save Changes
❌ Cancel