From d35ed38f84941bd5749942e3f8b7d38be3447116 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sun, 31 Dec 2023 20:02:50 +0100 Subject: [PATCH] Zmiana nazwy katalogu docelowego dla projektu xfcedebian --- versions/template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/template.sh b/versions/template.sh index ea9ff26..0a17e65 100644 --- a/versions/template.sh +++ b/versions/template.sh @@ -39,7 +39,7 @@ function tidy() { apt-get autoremove -y; apt-get autoclean; rm -rf ~/immudex; - if [ -d ~/xfcedebian-d13 ]; then rm -rf ~/xfcedebian-d13; fi + if [ -d ~/xfcedebian ]; then rm -rf ~/xfcedebian; fi rm /var/cache/apt/*.bin; echo > ~/.bash_history; history -c -- 2.39.5