Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Broken 10.4 Linux Support #121

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JoshuaRogers
Copy link

The 10.4 installer creates a file named arcgis-server-framework.properties, whereas the 10.5 installer creates one named arcgis-framework.properties. Regardless of version specified in config, the init script only checks for arcgis-framework.properties. The effect of this is that on systems that use init.d, 10.4 cannot be successfully installed.

This MR updates the template init script to use the correct file for the version being installed.

@JoshuaRogers
Copy link
Author

Without this patch, it is not possible to install 10.4 or 10.4.1 on Linux, despite the listed support in the readme.

@JoshuaRogers JoshuaRogers changed the title Fixes bug where init script checks for existence of the wrong file on 10.4 Fixes Broken 10.4 Linux Support Dec 1, 2017
@JoshuaRogers JoshuaRogers force-pushed the Fix_Typo_In_Init_Scripts branch from 129d83f to cff207a Compare December 1, 2017 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant