From 6b9d1e292dd620c82fdebe752c81fb424b380346 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Thu, 17 Aug 2023 18:31:12 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20=C5=9Bcie=C5=BCki=20do=20katalogu?= =?utf8?q?=20xfcedebian-d13=20w=20funkcji=20tidy=20w=20skrypcie=20funkcji?= =?utf8?q?=20template.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- versions/template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/template.sh b/versions/template.sh index 569d3da..1af6908 100644 --- a/versions/template.sh +++ b/versions/template.sh @@ -47,7 +47,7 @@ function tidy() { apt-get autoremove -y; apt-get autoclean; rm -rf ~/immudex-testing; - if [ -d ~/xfcedebian ]; then rm -rf ~/xfcedebian; fi + if [ -d ~/xfcedebian-d13 ]; then rm -rf ~/xfcedebian-d13; fi rm /var/cache/apt/*.bin; echo > ~/.bash_history; history -c -- 2.39.5