OXIESEC PANEL
- Current Dir:
/
/
opt
/
cloudlinux-linksafe
Server IP: 82.112.239.19
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/23/2025 10:15:34 AM
rwxr-xr-x
📄
lib.sh
203 bytes
09/29/2022 06:03:17 PM
rwxr-xr-x
Editing: lib.sh
Close
#!/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 }