2018-01-09 18:54:15 +01:00
|
|
|
diff --git a/daemon/main/Options.cpp b/daemon/main/Options.cpp
|
2018-06-18 23:14:53 +02:00
|
|
|
index f41bd824..50fa8dd9 100644
|
2018-01-09 18:54:15 +01:00
|
|
|
--- a/daemon/main/Options.cpp
|
|
|
|
+++ b/daemon/main/Options.cpp
|
|
|
|
@@ -182,10 +182,7 @@ const int BoolCount = 12;
|
|
|
|
const char* PossibleConfigLocations[] =
|
|
|
|
{
|
|
|
|
"~/.nzbget",
|
|
|
|
- "/etc/nzbget.conf",
|
|
|
|
- "/usr/etc/nzbget.conf",
|
|
|
|
- "/usr/local/etc/nzbget.conf",
|
|
|
|
- "/opt/etc/nzbget.conf",
|
|
|
|
+ "@TERMUX_PREFIX@/etc/nzbget.conf",
|
|
|
|
nullptr
|
|
|
|
};
|
|
|
|
#endif
|