From 51ba9a000008d777a001659069abb4eebbefc345 Mon Sep 17 00:00:00 2001 From: Sciocatti Date: Mon, 9 Jan 2023 12:08:11 +0200 Subject: [PATCH] Readd deletion of template folder. --- template/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/setup.sh b/template/setup.sh index 8eb0af0..a072070 100755 --- a/template/setup.sh +++ b/template/setup.sh @@ -72,6 +72,6 @@ then fi echo "Removing template folder" -# rm -rf template +rm -rf template echo "Thank you! Happy building..." \ No newline at end of file