diff options
Diffstat (limited to 'src/sledjchisl')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 92000ae..e756d5e 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8806,8 +8806,8 @@ Copy correct config/config.ini to there. | |||
8806 | " -e 's$WebPath = \"../../web\"$PIDPath = \"../../var/run\"\\n WebPath = \"../../var/run/www/html\"$'" | 8806 | " -e 's$WebPath = \"../../web\"$PIDPath = \"../../var/run\"\\n WebPath = \"../../var/run/www/html\"$'" |
8807 | " %s", toybuf); | 8807 | " %s", toybuf); |
8808 | 8808 | ||
8809 | if (shellMeFail(cmd)) | 8809 | if (shellMeFail(cmd)) E("sed command failed!"); |
8810 | E("sed command failed!"); | 8810 | free(cmd); |
8811 | 8811 | ||
8812 | qlisttbl_t *qconfig = qconfig_parse_file(NULL, toybuf, '='); | 8812 | qlisttbl_t *qconfig = qconfig_parse_file(NULL, toybuf, '='); |
8813 | if (NULL == qconfig) | 8813 | if (NULL == qconfig) |