mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
@@ -9,7 +9,7 @@ Subject: [PATCH] Move the root check to after config parsing
|
||||
|
||||
--- a/src/main.cpp
|
||||
+++ b/src/main.cpp
|
||||
@@ -303,19 +303,6 @@ int main(int argc, char** argv) {
|
||||
@@ -304,19 +304,6 @@ int main(int argc, char** argv) {
|
||||
CUtils::PrintStatus(true, "");
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ Subject: [PATCH] Move the root check to after config parsing
|
||||
if (bMakeConf) {
|
||||
if (!pZNC->WriteNewConfig(sConfig)) {
|
||||
CZNC::DestroyInstance();
|
||||
@@ -337,6 +324,20 @@ int main(int argc, char** argv) {
|
||||
@@ -338,6 +325,20 @@ int main(int argc, char** argv) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user