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:'