From: Ian Jackson Date: Sun, 10 Nov 2013 13:58:20 +0000 (+0000) Subject: install-newsgroup: use ". get-settings" rather than open-coding it; that makes sure... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?p=modbot-mtm.git;a=commitdiff_plain;h=d8c7f51fb142220e52c64bfc2702023d709b7c4f;ds=sidebyside install-newsgroup: use ". get-settings" rather than open-coding it; that makes sure we create persistent-autosettings, amongst other things --- 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