From d8c7f51fb142220e52c64bfc2702023d709b7c4f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 10 Nov 2013 13:58:20 +0000 Subject: [PATCH] install-newsgroup: use ". get-settings" rather than open-coding it; that makes sure we create persistent-autosettings, amongst other things --- install-newsgroup | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install-newsgroup b/install-newsgroup index 50b666e..4f8f3bb 100755 --- a/install-newsgroup +++ b/install-newsgroup @@ -1,9 +1,7 @@ #!/bin/bash set -e -. settings -. ../global-settings -. persistent-autosettings +. get-settings mkdir -p stump/tmp/messages mkdir -p stump/data -- 2.30.2