diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh
index 10ad8745d5c70883fb63585f5ddc05b221d6c384..aa800747bfa2ab536241a0b3a3cb4a1cd66ed5f2 100755
--- a/applications/apertif/commissioning/dish_commands.sh
+++ b/applications/apertif/commissioning/dish_commands.sh
@@ -80,7 +80,7 @@ elif [ "$APP" == "arts_sc4" ]; then
 fi
 
 if [ "$OPTIONS" != "noflash" ]; then
-    python $UPE/peripherals/util_epcs.py --unb $UNBS --bn 0:3 -n 4 -s $IMAGE_FB
+#    python $UPE/peripherals/util_epcs.py --unb $UNBS --bn 0:3 -n 4 -s $IMAGE_FB # Commented out as workaround for flash-related issues (18th of July)
     python $UPE/peripherals/util_epcs.py --unb $UNBS --fn 0:3 -n 4 -s $IMAGE_BF
 fi