1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-10-09 17:30:06 +00:00

Implemented linpersist.c:laikaB_checkRoot(), fixed Shell config argument

This commit is contained in:
2022-04-06 15:22:01 -05:00
parent c0828a77c6
commit 56fb305ef2
2 changed files with 32 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ int main(int argv, char *argc[]) {
shellC_init(&client);
/* load config file */
if (argv > 2)
if (argv >= 2)
configFile = argc[1];
if (!loadConfig(&client, configFile))