|
|
|
@ -203,7 +203,7 @@ char* save_format_key(config_u_g_p* config, int index) {
|
|
|
|
|
int number = config->id;
|
|
|
|
|
key = yon_char_unite("DISK_QUOTA[", config->type_arr, ":", NULL);
|
|
|
|
|
char* unix_file = NULL;
|
|
|
|
|
if (strstr(config->UNIX_file, " ")) {
|
|
|
|
|
if (strstr(config->UNIX_file, " ") && !strstr(config->UNIX_file, "\"") ) {
|
|
|
|
|
unix_file = yon_char_unite("\"", config->UNIX_file, "\"", NULL);
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|