Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
byp
/
izo
/
con7ext_sym404
/
rintoar.txt
/
opt
/
cloudlinux-linksafe
:
lib.sh
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
#!/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 }