From a942ba09bcee9de9ee92d25aa8aab645300e4f15 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Mon, 10 Jul 2023 11:52:59 +0200 Subject: [PATCH] fix partition problem --- recipes-diya/diya-overlay/files/confd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-diya/diya-overlay/files/confd b/recipes-diya/diya-overlay/files/confd index 9309c34..2008fd0 100644 --- a/recipes-diya/diya-overlay/files/confd +++ b/recipes-diya/diya-overlay/files/confd @@ -25,7 +25,7 @@ case "$1" in rm /boot/home_partition_should_be_formated fi if [ -e "/boot/wpa_supplicant.conf" ];then - install -m 0644 /boot/wpa_supplicant.conf /var/etc/network + install -m 0644 /boot/wpa_supplicant.conf /var/etc/network/ rm /boot/wpa_supplicant.conf reboot fi