Compare commits

...

1 Commits

Author SHA1 Message Date
60155567ba Fixed rm for new structure
fixed rm to remove new subfolders and content
2026-07-23 16:29:29 +02:00

View File

@@ -35,7 +35,7 @@ echo "Fertig."
read -p "Script Löschen? - (y/n): " answer
if [[ "$answer" == [Yy] ]]; then
sudo rm /usr/local/bin/csr_info/*
sudo rm -rf /usr/local/bin/csr_info/*
rm $DESKTOP_PATH/CSR_INFOS.desktop
else
true