refactor: substitute ~/klipper_logs

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-05-14 18:08:08 +02:00
parent 4ecdf5505e
commit 2bcb441287
7 changed files with 12 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ function upload_selection(){
[ "${upload_agreed}" = "false" ] && accept_upload_conditions
local logfiles
local klipper_logs="${HOME}/klipper_logs"
local klipper_logs="${KLIPPER_LOGS}"
local webif_logs="/var/log/nginx"
function find_logfile(){