[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.217.113: ~ $
#!/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
}

Filemanager

Name Type Size Permission Actions
lib.sh File 199 B 0755