mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.0/Cloud)
88177: ACE-3110: Alfresco fails to install into folder with spaces in folder name in headless mode - making '--base_allow_spaces 1' default option to allow installation into folder with spaces in headless mode git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94570 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
<ruleList>
|
||||
<compareText text="${installdir}" logic="contains" value=" "/>
|
||||
<platformTest type="windows"/>
|
||||
<compareText text="${base_allow_spaces}" value="0"/>
|
||||
<compareText text="${base_allow_spaces}" value="1"/>
|
||||
<compareText text="${installer_ui}" logic="equals" value="unattended"/>
|
||||
</ruleList>
|
||||
</throwError>
|
||||
|
Reference in New Issue
Block a user