remove temp files
This commit is contained in:
parent
886e1e3dc1
commit
f2da250ea4
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user