From 7cb3d00f8fe85d8ff1dbe824f392021ca4ff0740 Mon Sep 17 00:00:00 2001 From: MichaIng <28480705+MichaIng@users.noreply.github.com> Date: Wed, 3 Jul 2019 15:47:26 +0200 Subject: [PATCH] v6.25 + DietPi-Update | .update_available flag file is now removed within DietPi-RAMdisk before storing to disk --- dietpi/dietpi-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dietpi/dietpi-update b/dietpi/dietpi-update index 66e8775a45..19ed6d36e0 100644 --- a/dietpi/dietpi-update +++ b/dietpi/dietpi-update @@ -183,8 +183,8 @@ Please download the latest DietPi image from: https://dietpi.com/#download' # Mark 1st run update as completed Apply_1st_Run_Update_Success - # Remove .update_available flag file (from disk as well, to prevent obsolete update notification after reboot) - rm -f /{DietPi,boot}/dietpi/.update_available + # Remove .update_available flag file + rm -f /DietPi/dietpi/.update_available G_DIETPI-NOTIFY 0 'No update required, your DietPi installation is already up to date:'