OXIESEC PANEL
- Current Dir:
/
/
opt
/
cloudlinux-linksafe
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/24/2025 09:43:59 AM
rwxr-xr-x
📄
lib.sh
199 bytes
08/30/2022 11:44:42 AM
rwxr-xr-x
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 }