1
0
Bryan Drewery 21 жил өмнө
parent
commit
d2c29abe63
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/conf.c

+ 1 - 0
src/conf.c

@@ -818,6 +818,7 @@ bin_to_conf(void)
   conf.uname = strdup(settings.uname);
   conf.homedir = strdup(settings.homedir);
   conf.binpath = strdup(settings.binpath);
+  fix_tilde(&conf.binpath);
   conf.binname = strdup(settings.binname);
   conf.portmin = atol(settings.portmin);
   conf.portmax = atol(settings.portmax);