📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 07:40:36
📂
/ (Root)
/
opt
/
cloudlinux-linksafe
📍 /opt/cloudlinux-linksafe
🔄 Refresh
✏️
Editing: lib.sh
Read Only
#!/bin/bash function skip_on_cl_solo() { # Check that this is CLS and skip if yes if [ -f "/etc/cloudlinux-edition-solo" ] || [ -f "/etc/cloudlinux-container" ]; then exit 0 fi }
💾 Save Changes
❌ Cancel