Codebase list matrix-synapse / 7117bfb
Use Python 3 in the init script Closes: #919709 Andrej Shadura 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4242
4343 get_config_key()
4444 {
45 python -m synapse.config read "$1" $CONFIGS || return 2
45 $PYTHON -m synapse.config read "$1" $CONFIGS || return 2
4646 }
4747
4848 #