move linux config path to /opt/epson-print-service

This commit is contained in:
EugeneTes
2026-07-23 08:16:23 +00:00
parent 120634e569
commit 7dfce95dc1
2 changed files with 41 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ namespace EpsonPrintService;
public static class ConfigurationPaths
{
private const string LinuxConfigDir = "/root/epsonprintservice";
private const string LinuxConfigDir = "/opt/epson-print-service";
private const string LocalConfigFileName = "config.txt";
public static string GetConfigPath()