Skip to content
Snippets Groups Projects
Commit 37c2bcee authored by Patrick Cernko's avatar Patrick Cernko
Browse files

fix: really install generated "info"

parent ff44444b
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,9 @@ listdir=/var/lib/sympa/list_data/$robot/$sympalistname
install -m 640 -o sympa -g sympa $memberdump $listdir
sympa --restore_users --list=$sympalistname@$robot 2> >(grep -vxF "$sympalistname@$robot: Restored list users (member)")
# install info
install -m 640 -o sympa -g sympa $infofile $listdir
# install blocklist, whitelist and modlist
search_filters=$listdir/search_filters
install -d -m 750 -o sympa -g sympa $search_filters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment