mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 08:16:11 +01:00
resource usage graphs
This commit is contained in:
@@ -2207,6 +2207,10 @@ CREATE TABLE `websiteFunctions_backupsv2` (`id` integer AUTO_INCREMENT NOT NULL
|
||||
if not Upgrade.executioner(command, command, 1):
|
||||
return 0, 'Failed to execute %s' % (command)
|
||||
|
||||
command = 'git clean -f'
|
||||
if not Upgrade.executioner(command, command, 1):
|
||||
return 0, 'Failed to execute %s' % (command)
|
||||
|
||||
command = 'git pull'
|
||||
if not Upgrade.executioner(command, command, 1):
|
||||
return 0, 'Failed to execute %s' % (command)
|
||||
|
||||
Reference in New Issue
Block a user