Dashboard
PHP:
8.3.33
OS:
Linux
User:
listena2
/
/
opt
/
cloudlinux-linksafe
📤 Upload
📝 New File
📁 New Folder
Close
Editing: lib.sh
#!/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
Cancel