Add support for editing master configuration

This commit is contained in:
Carlos
2018-09-24 21:40:37 +02:00
parent 860dc86663
commit 47f61842e8
6 changed files with 104 additions and 18 deletions

5
assets/runtime/env-defaults.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
##### Logging settings #####
SALT_LOG_LEVEL=${SALT_LOG_LEVEL:-warning}
SALT_LEVEL_LOGFILE=${SALT_LEVEL_LOGFILE:-warning}