mirror of
https://github.com/pi-hole/FTL.git
synced 2026-07-13 23:02:40 +01:00
@@ -48,9 +48,9 @@ index 454ce12f..a363925c 100644
|
||||
+ ftl_lua_init(L);
|
||||
+ /***************************************************/
|
||||
+
|
||||
if (!runargs(L, argv, script)) /* execute arguments -e and -l */
|
||||
if (!runargs(L, argv, optlim)) /* execute arguments -e and -l */
|
||||
return 0; /* something failed */
|
||||
if (script < argc && /* execute main script (if there is one) */
|
||||
if (script > 0) { /* execute main script (if there is one) */
|
||||
@@ -616,7 +622,9 @@ static int pmain (lua_State *L) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user