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

removed debugging output

parent be9659c4
No related merge requests found
...@@ -76,7 +76,7 @@ opts=() ...@@ -76,7 +76,7 @@ opts=()
if [ -e $regexp_mapping ]; then if [ -e $regexp_mapping ]; then
opts=( "${opts[@]}" --regexp-mapping $regexp_mapping ) opts=( "${opts[@]}" --regexp-mapping $regexp_mapping )
fi fi
(set -x && $base/gen_config.py "${opts[@]}" $inputpy $membersjson $configxml $infofile $blocklist $whitelist $modlist $memberdump) $base/gen_config.py "${opts[@]}" $inputpy $membersjson $configxml $infofile $blocklist $whitelist $modlist $memberdump
# sympa user needs access # sympa user needs access
chmod 0644 $configxml chmod 0644 $configxml
......
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