* The chown_script for the caosdb DropOffBox.
* @author: Timm Fitschen (timm.fitschen@ds.mpg.de)
* @date: 2015-10-12

========================= README ==============================

*** INSTALL ***
run ./install [-s]

The optional `-s` means that the install script will not request any input from the user. In this case all parameters need to be defined in the CONFIG file.

*** UNINSTALL ***
run ./uninstall 

This script is generated by the install script and removes the generated files.


*** CONFIG file ***
COPY this into a file called "CONFIG" (upper case) and edit it to your own needs:

--- copy below this line ---
#This config file defines the parameters needed for the installation as a KEY/VALUE list. A line beginning with `#` will be ignored.

#DB_USER is the unix user who runs the caosdb server
DB_USER=caosdb

#LOC_DROPOFFBOX is the directory of the DropOffBox. ATTENTION: The path must not end with `/`!
LOC_DROPOFFBOX=/path/to/dropOffBox

#LOC_SUDOERS is a directory which files are included by the sudoers file. ATTENTION: The path must not end with `/`!
LOC_SUDOERS=/etc/sudoers.d

#LOC_PREFIX is the folder which the caosdb_chown_script is stored to. ATTENTION: The path must not end with `/`!
LOC_PREFIX=/usr/local/sbin

--- copy above this line ---

