From 5604c7feb99daad164351964141599ca1805f8d1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 8 Oct 2023 15:23:21 -0700 Subject: [PATCH] run upstream cleanup script This should allow us to clean up the various docker images that might have been installed. Signed-off-by: Dirk Hohndel --- dietpi/dietpi-software | 1 + 1 file changed, 1 insertion(+) diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 4cbe902637..aa844e7445 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -12819,6 +12819,7 @@ If no WireGuard (auto)start is included, but you require it, please do the follo Remove_Service adsb-docker Remove_Service adsb-feeder-update Remove_Service adsb-setup + [[ -f /opt/adsb/pre-uninstall-cleanup ]] && G_EXEC /opt/adsb/pre-uninstall-cleanup G_EXEC rm -Rf /opt/adsb /mnt/dietpi_userdata/adsb-feeder /opt/adsb-feeder-update fi