[feat] Create error log for easy copy/paste

Resolves #2165
This commit is contained in:
William Wernert
2020-12-07 14:18:01 -05:00
parent 08ab36927d
commit d88364c9fd
3 changed files with 26 additions and 10 deletions

View File

@@ -21,6 +21,9 @@ export node_es_port
setup_log="/root/sosetup.log"
export setup_log
error_log="/root/errors.log"
export error_log
filesystem_root=$(df / | awk '$3 ~ /[0-9]+/ { print $2 * 1000 }')
export filesystem_root