From: xf0r3m Date: Thu, 17 Aug 2023 16:31:12 +0000 (+0200) Subject: Poprawienie ścieżki do katalogu xfcedebian-d13 w funkcji tidy w skrypcie funkcji... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=6b9d1e292dd620c82fdebe752c81fb424b380346;p=immudex-testing.git Poprawienie ścieżki do katalogu xfcedebian-d13 w funkcji tidy w skrypcie funkcji template.sh --- 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