Ver Fonte

fixed config folders

Piotr Labudda há 8 anos atrás
pai
commit
05b345bfba
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      SE/se-lib/Route/Install.php

+ 1 - 1
SE/se-lib/Route/Install.php

@@ -393,7 +393,7 @@ jQuery(document).ready(function () {
 		$cmds[] = ' echo "' . V::quoteBashEcho(
 			Config::generateDefaultFoldersConfigFile(
 				[
-					'remote_folder_root' => 'biuro_domain_pl',
+					'remote_folder_root' => str_replace([ '.', '-' ], '_', $mainServer),
 					'server_address' => $mainServer,
 				],
 				$outputFormat = 'inc'