Skip to content

Commit 5949b94

Browse files
authored
Merge pull request #3761 from ControlSystemStudio/bundled_settings
Launcher: Fix loading bundled settings
2 parents d9f5e83 + 90f8ece commit 5949b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/launcher/src/main/java/org/phoebus/product/Launcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static void main(final String[] original_args) throws Exception {
100100
if (siteSettings.canRead())
101101
{
102102
logger.info("Loading bundled settings from " + siteSettings.getAbsolutePath());
103-
loadSettings(siteSettings.getName());
103+
loadSettings(siteSettings.getAbsolutePath());
104104
}
105105

106106
// Handle arguments, potentially not even starting the UI

0 commit comments

Comments
 (0)