Skip to content

Commit 2347533

Browse files
committed
Workaround for issue #222
1 parent c208a89 commit 2347533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/src/installer/customize.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ for ZIPFILE in $MODPATH/*-release.zip; do
66
ui_print "$ZIPFILE"
77
install_module
88
done
9-
rm -rf "$INSTALLER_MODPATH"
9+
rm -rf "$INSTALLER_MODPATH/"* || true

0 commit comments

Comments
 (0)