HOME SHELL

NULLCOMMUNITY
 LiteSpeed
 Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
 safemode : OFF
 MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF
  >  / opt / cloudlinux-linksafe /

Server Ip : 104.21.78.54




Filename/opt/cloudlinux-linksafe/lib.sh
Size199
Permissionrwxr-xr-x
Owner
Create time08-Dec-2022 22:35
Last modified30-Aug-2022 11:38
Last accessed04-Apr-2025 12:28
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#!/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
}