opt
/
cloudlinux-linksafe
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
lib.sh
199 bytes
Rename
Delete
#!/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