Files
CyberPanel/examplePlugin/post_install

4 lines
122 B
Plaintext
Raw Normal View History

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