autoinst

scripts to make installation of custom debian easier and more automated
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

commit 8e128ba1fd33a046a93f2a5ad7ea96b28ca9689f
parent 5c1ded299f768b746ff3b0bf65772bf15a3c92ce
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Thu, 19 Nov 2020 11:17:12 +0100

fix using undefined variable in log.run

Diffstat:
Mtemplates/generic/root/etc/runit/log.run | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/generic/root/etc/runit/log.run b/templates/generic/root/etc/runit/log.run @@ -4,4 +4,4 @@ make_dir "/var/log/" "$SVNAME" root adm -exec svlogd -tt "$LOG_PATH" +exec svlogd -tt "/var/log/$LOG_PATH"