File "lib.sh"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/cloudlinux-linksafe/lib.sh
File size: 199 bytes
MIME-type: text/x-shellscript
Charset: utf-8

#!/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
}