# HG changeset patch # User Paul Boddie # Date 1482246409 -3600 # Node ID 5b39e2df8e80be3bdb1540281c35f3f97f84ce27 # Parent ef246d02f7cffce9751b348f40e42022287a80fa Added set_quota_groups.py to the installed tools. diff -r ef246d02f7cf -r 5b39e2df8e80 tools/install.sh --- a/tools/install.sh Tue Dec 20 15:55:29 2016 +0100 +++ b/tools/install.sh Tue Dec 20 16:06:49 2016 +0100 @@ -121,7 +121,8 @@ # Tools -TOOLS="copy_store.py fix.sh init.sh init_user.sh make_freebusy.py set_delegates.py set_quota_limits.py update_quotas.py update_scheduling_modules.py" +TOOLS="copy_store.py fix.sh init.sh init_user.sh make_freebusy.py set_delegates.py "\ +"set_quota_groups.py set_quota_limits.py update_quotas.py update_scheduling_modules.py" if [ ! -e "$INSTALL_DIR/tools" ]; then mkdir -p "$INSTALL_DIR/tools"