Added "\n" in .reprun file

legacy
Самоукин Алексей 15 years ago
parent 9de97d1d64
commit e475127db0

@ -5723,9 +5723,9 @@ class servSamba(shareLdap):
if not os.path.exists(fileReplRun):
# Создаем файл
# Текст внутри файла
warning = _("The file was added by the calculate-server.")
warning = _("The file was added by the calculate-server.") + "\n"
warning += _("If all clients of this server are calculate-client \
of version > 2.1.10, then you can delete this file.")
of version > 2.1.10, then you can delete this file.") + "\n"
if not self.createUserFile(fileReplRun,warning,0,0,
mode=0644):
return False

Loading…
Cancel
Save