Files
CyberPanel/examplePlugin/post_install
2020-08-11 02:13:50 -04:00

4 lines
122 B
Python

#!/usr/local/CyberCP/bin/python
RESET='\033[0;0m'
BLUE="\033[0;34m"
print(BLUE + "Running Post-Install Script..." + RESET)