More reliable search for guesstimezone.sh
authorArt Cancro <ajc@citadel.org>
Wed, 26 Jul 2023 17:05:47 +0000 (08:05 -0900)
committerArt Cancro <ajc@citadel.org>
Wed, 26 Jul 2023 17:05:47 +0000 (08:05 -0900)
citadel/server/citadel_dirs.h

index 5710a1f4ddbeee23eccd22d61b447307ef6bcdbd..9d00640db5603ed6bd0feef5b762092b31913c0f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (c) 1987-2022 by the citadel.org team
+// Copyright (c) 1987-2023 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
@@ -38,8 +38,8 @@
 #define file_pid_paniclog              "panic.log"
 #define file_crpt_file_key             "keys/citadel.key"
 #define file_crpt_file_cer             "keys/citadel.cer"
-#define file_chkpwd                    CTDLDIR "chkpwd"
-#define file_guesstimezone             CTDLDIR "guesstimezone.sh"
+#define file_chkpwd                    CTDLDIR "/chkpwd"
+#define file_guesstimezone             CTDLDIR "/guesstimezone.sh"
 
 
 // externs