Clean-up home directory after installation

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Juhyung Park
2025-04-02 04:40:16 +09:00
parent d13784f8cb
commit 4f51d22fc8

View File

@@ -181,7 +181,11 @@ if [ -e "$IMMICH_PATH/env" ]; then
fi
# Cleanup
rm -rf $TMP
rm -rf \
$TMP \
$IMMICH_PATH/home/.wget-hsts \
$IMMICH_PATH/home/.npm \
$IMMICH_PATH/home/.cache
echo
echo "Done."