From: Alan T. DeKok Date: Wed, 3 Nov 2021 22:32:58 +0000 (-0400) Subject: let's put files into ${localstatedir}, and not /tmp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c33d12eef99b49b650a476baccea81be98f0cc;p=thirdparty%2Ffreeradius-server.git let's put files into ${localstatedir}, and not /tmp --- diff --git a/raddb/mods-config/sql/driver/sqlite b/raddb/mods-config/sql/driver/sqlite index 783bc32e443..fe7222f0a44 100644 --- a/raddb/mods-config/sql/driver/sqlite +++ b/raddb/mods-config/sql/driver/sqlite @@ -8,7 +8,7 @@ # sqlite { # Path to the sqlite database - filename = "/tmp/freeradius.db" + filename = "${db_dir}/sqlite-${...:instance}.db" # If the file above does not exist and bootstrap is set # a new database file will be created, and the SQL statements