🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 17:32:16 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux-linksafe
📍 /opt/cloudlinux-linksafe
🔄 Refresh
✏️
Editing: lib.sh
Read Only
#!/usr/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