X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/9e1c6791342fb991a4b7e8d67b37a56765312322..acb41ac08f5cf5b5fe38ff9636c609cae53a5462:/preseed/stretch/commands/late_commands.d/post_boot_cleanup?ds=sidebyside 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