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 |
Size | 199 |
Permission | rwxr-xr-x |
Owner | |
Create time | 08-Dec-2022 22:35 |
Last modified | 30-Aug-2022 11:38 |
Last accessed | 04-Apr-2025 12:28 |
Actions | edit | rename | delete | download (gzip) |
View | text | 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
}
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
}