1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-24 09:17:37 +01:00

- actually created empty configuration file when not already found, on program starting.

This commit is contained in:
cage 2024-04-20 16:06:31 +02:00
parent 366dc63d0c
commit ad190478dc

View File

@ -137,7 +137,8 @@ etc.) happened"
(res:home-confdir)
+program-name+
+program-name+)
(res:create-empty-file-in-home swconf:+conf-filename+)
(res:create-empty-file-in-home (fs:cat-parent-dir (res:home-confdir)
swconf:+conf-filename+))
(os-utils:exit-program 1))))
(defun shared-init (&key (verbose t) (initialize-database t))