mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
feature: configure server mailer for CyberPanel notifications
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import subprocess
|
||||
|
||||
command = 'git -C /home/usman/Backup/CyberCP commit -m "Auto commit by CyberPanel Daily cron on"'
|
||||
print(subprocess.check_output(command, shell=True).decode("utf-8"))
|
||||
Reference in New Issue
Block a user