📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 15:46:47
📂
/ (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