diff --git a/clean.sh b/clean.sh index cd3266560..dec432b68 100755 --- a/clean.sh +++ b/clean.sh @@ -6,5 +6,5 @@ set -e -u test -f $HOME/.termuxrc && . $HOME/.termuxrc : ${TERMUX_TOPDIR:="$HOME/.termux-build"} -chmod +w $TERMUX_TOPDIR +chmod +w -R $TERMUX_TOPDIR rm -Rf /data/* $TERMUX_TOPDIR