JUGGLER_USER="root"

function command {
    if [ ${@: -1} != "portoctl" ]; then
        builtin command $@
    else
        false
    fi
}
