mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-26 06:11:15 +00:00
Update customizable_post_install.sh
This commit is contained in:
@@ -3293,10 +3293,10 @@ configure_figurine() {
|
|||||||
local marker_end="# END PMX_FIGURINE"
|
local marker_end="# END PMX_FIGURINE"
|
||||||
|
|
||||||
|
|
||||||
cleanup() {
|
cleanup_dir() {
|
||||||
rm -rf "$temp_dir" 2>/dev/null || true
|
rm -rf "$temp_dir" 2>/dev/null || true
|
||||||
}
|
}
|
||||||
trap cleanup EXIT
|
trap cleanup_dir EXIT
|
||||||
|
|
||||||
|
|
||||||
if command -v figurine &>/dev/null; then
|
if command -v figurine &>/dev/null; then
|
||||||
|
Reference in New Issue
Block a user