/
opt
/
cloudlinux-linksafe
/
/opt/cloudlinux-linksafe
mkdir
upload
Name
Size
Mode
Actions
lib.sh
199
0755
edit
dl
rm
Edit:
/opt/cloudlinux-linksafe/lib.sh
(199B)
#!/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
#!/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 }