X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/0870c6b2fb6fc5ad5ded7840d81e97ee844e7232..acb41ac08f5cf5b5fe38ff9636c609cae53a5462:/preseed/stretch/commands/late_commands.d/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