X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;ds=sidebyside;f=install-newsgroup;h=4f8f3bb6cdb2c232124ac07d5839fe39a71d8199;hb=fea9ba5fbcb59686380c2b6c590a4b21b54af561;hp=a9a660a785e44b2f4eb873af7da4d0f4616539f7;hpb=840d4017e5a033515f31f3caf6880fd9a64cbfd3;p=modbot-mtm.git diff --git a/install-newsgroup b/install-newsgroup index a9a660a..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 @@ -76,8 +74,7 @@ while read name pass; do case $rc in 0) ;; 1) - echo "*** Preserving obsolete moderator $name" - cat $mods.tmp >&3 + echo "*** Removing obsolete moderator $name" ;; *) echo >&2 "huh2 $rc ?"; exit 1