Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
cloudlinux-linksafe
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/cloudlinux-linksafe/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 }