You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
433 B

diff --git a/daemon/main/Options.cpp b/daemon/main/Options.cpp
index f41bd82..6a3dc0e 100644
--- 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