We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9f5e83 + 90f8ece commit 5949b94Copy full SHA for 5949b94
1 file changed
core/launcher/src/main/java/org/phoebus/product/Launcher.java
@@ -100,7 +100,7 @@ public static void main(final String[] original_args) throws Exception {
100
if (siteSettings.canRead())
101
{
102
logger.info("Loading bundled settings from " + siteSettings.getAbsolutePath());
103
- loadSettings(siteSettings.getName());
+ loadSettings(siteSettings.getAbsolutePath());
104
}
105
106
// Handle arguments, potentially not even starting the UI
0 commit comments