We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fe85c commit 06774b8Copy full SHA for 06774b8
1 file changed
cli/cyberPanel.py
@@ -1282,6 +1282,16 @@ def main():
1282
1283
cyberpanel.issueSelfSignedSSL(args.domainName)
1284
1285
+ elif args.function == 'utility':
1286
+ command = '/usr/bin/cyberpanel_utility'
1287
+ ProcessUtilities.executioner(command)
1288
+ elif args.function == 'upgrade' or args.function == 'update':
1289
+ command = '/usr/bin/cyberpanel_utility --upgrade'
1290
1291
+ elif args.function == 'utilhelp':
1292
+ command = '/usr/bin/cyberpanel_utility --help'
1293
1294
+
1295
1296
1297
if __name__ == "__main__":
0 commit comments