imip-agent

Changeset

1202:5b39e2df8e80
2016-12-20 Paul Boddie raw files shortlog changelog graph Added set_quota_groups.py to the installed tools.
tools/install.sh (file)
     1.1 --- a/tools/install.sh	Tue Dec 20 15:55:29 2016 +0100
     1.2 +++ b/tools/install.sh	Tue Dec 20 16:06:49 2016 +0100
     1.3 @@ -121,7 +121,8 @@
     1.4  
     1.5  # Tools
     1.6  
     1.7 -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"
     1.8 +TOOLS="copy_store.py fix.sh init.sh init_user.sh make_freebusy.py set_delegates.py "\
     1.9 +"set_quota_groups.py set_quota_limits.py update_quotas.py update_scheduling_modules.py"
    1.10  
    1.11  if [ ! -e "$INSTALL_DIR/tools" ]; then
    1.12      mkdir -p "$INSTALL_DIR/tools"