| Server IP : 103.73.189.18 / Your IP : 216.73.217.70 Web Server : Apache System : Linux ind1.webspacekit.com 4.18.0-553.137.1.lve.el8.x86_64 #1 SMP Tue Jun 23 21:01:50 UTC 2026 x86_64 User : sarahwil ( 1617) PHP Version : 8.1.34 Disable Function : mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /sbin/ |
Upload File : |
#!/bin/bash
#
# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT
PYTHON="/opt/cloudlinux/venv/bin/python3"
#This is the wrapper for executing different lve-stats binaries with correct LD_LIBRARY_PATH
#It determines the file name and executes corresponding lve python file
NAME=$(basename "$0")
NAME=${NAME%.python}
$PYTHON -s /usr/share/lve-stats/$NAME.py "$@"