mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 07:15:53 +02:00
Initial commit for v2.4.3
This commit is contained in:
4
examplePlugin/post_install
Normal file
4
examplePlugin/post_install
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/local/CyberCP/bin/python
|
||||
RESET = '\033[0;0m'
|
||||
BLUE = "\033[0;34m"
|
||||
print(BLUE + "Running Post-Install Script..." + RESET)
|
||||
Reference in New Issue
Block a user