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"