InvenTree/contrib/installer/src/initialize.sh

7 lines
242 B
Bash

## Code here runs inside the initialize() function
## Use it for anything that you need to run before any other function, like
## setting environment variables:
## CONFIG_FILE=settings.ini
##
## Feel free to empty (but not delete) this file.