From: martin f. krafft Date: Wed, 20 Sep 2017 11:47:51 +0000 (+0200) Subject: remove /itworked from post-boot-cleanup X-Git-Url: https://git.madduck.net/code/vinst.git/commitdiff_plain/acb41ac08f5cf5b5fe38ff9636c609cae53a5462 remove /itworked from post-boot-cleanup --- diff --git a/preseed/stretch/commands/late_commands.d/post_boot_cleanup b/preseed/stretch/commands/late_commands.d/post_boot_cleanup index 4d03f20..43be85a 100755 --- a/preseed/stretch/commands/late_commands.d/post_boot_cleanup +++ b/preseed/stretch/commands/late_commands.d/post_boot_cleanup @@ -24,7 +24,6 @@ else cat >> $SCRIPT <<-_eof #!/bin/sh echo "Running post-install cleanup jobs..." >&2 - touch /itworked rm $SCRIPT $UNIT _eof chmod 755 $SCRIPT