mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-10 05:07:23 +02:00
restore encoding
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utaddDestinationf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from django.shortcuts import render
|
||||
from plogical.acl import ACLManager
|
||||
@@ -100,7 +100,7 @@ def addDestination(request):
|
||||
|
||||
execPath = "/usr/local/CyberCP/bin/python " + virtualHostUtilities.cyberPanel + "/plogical/backupUtilities.py"
|
||||
execPath = execPath + " submitDestinationCreation --ipAddress " + ipAddress + " --password " \
|
||||
+ password + " --port " + port
|
||||
+ password + " --port " + port + ' --user %s' % ('root')
|
||||
|
||||
if os.path.exists(ProcessUtilities.debugPath):
|
||||
logging.writeToFile(execPath)
|
||||
|
||||
Reference in New Issue
Block a user