Skip to content

Commit a2da91e

Browse files
author
root
committed
fixing up
1 parent b78f86e commit a2da91e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/scripts/hippo/hippo.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ function __force_uprade_hippo()
9696
{
9797
if [ ! -d "$CACHE_ROOT" ]; then
9898
mkdir "$CACHE_ROOT"
99+
else
100+
rm -rf "${CACHE_ROOT:?}/"*
99101
fi
100102

101103
FSM_URL="https://github.com/RandomCoderOrg/fs-manager-hippo"

0 commit comments

Comments
 (0)