From 66843dbdc635db3df29232597e0dded44ae6a702 Mon Sep 17 00:00:00 2001 From: Max Krieger Date: Fri, 20 Oct 2023 14:43:40 +0200 Subject: [PATCH] Updated image-setup.sh to use the correct directory --- image-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 image-setup.sh diff --git a/image-setup.sh b/image-setup.sh old mode 100644 new mode 100755 index c98d6e4..fe3e7e0 --- a/image-setup.sh +++ b/image-setup.sh @@ -73,7 +73,7 @@ cp -v "$BOOT_CMDLINE_TXT" "$BOOT_CMDLINE_TXT.backup" cp -v "$BOOT_CONFIG_TXT" "$BOOT_CONFIG_TXT.backup" working "Wachalarm-Einstellungsdatei hinterlegen" -cp -v "homefolder_content/wachalarm_einstellungen.txt" "$MOUNTED_BOOT_VOLUME/wachalarm_einstellungen.txt" +cp -v "home/wachalarm_einstellungen.txt" "$MOUNTED_BOOT_VOLUME/wachalarm_einstellungen.txt" working "Automatische Expansion der root-Partition deaktivieren" echo "Updating: $BOOT_CMDLINE_TXT"