remove temp files

This commit is contained in:
Meliox 2025-09-06 21:40:14 +02:00
parent 886e1e3dc1
commit f2da250ea4

View File

@ -467,7 +467,7 @@ generate_and_insert_widget() {
local temp_js_file="/tmp/${widget_name}_widget.js" local temp_js_file="/tmp/${widget_name}_widget.js"
"$generator_func" "$temp_js_file" "$generator_func" "$temp_js_file"
insert_widget_after_thermal "$temp_js_file" insert_widget_after_thermal "$temp_js_file"
#rm "$temp_js_file" rm "$temp_js_file"
fi fi
} }