OXIESEC PANEL
- Current Dir:
/
/
opt
/
cloudlinux-linksafe
Server IP: 192.140.57.17
Upload:
Name
Size
Modified
Perms
Actions
📁
..
-
12/05/2025 08:29:30 AM
rwxr-xr-x
📄
lib.sh
199 bytes
08/30/2022 11:44:42 AM
rwxr-xr-x
Delete
Editing: lib.sh
Close
#!/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 }