lib.sh000075500000000241152462745440005663 0ustar00#!/bin/bash function skip_on_cl_solo() { # Check that this is CLS and skip if yes if [ -f "/etc/cloudlinux-edition-solo" ]; then exit 0 fi }