move linux config path to /opt/epson-print-service
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user