This commit is contained in:
root
2023-03-29 15:23:07 +00:00
parent a0bb8f2d1e
commit ec0851c6cd
25460 changed files with 1 additions and 3063082 deletions

View File

@@ -35,9 +35,7 @@ clean()
if [ -e $STACK/volumes ]
then
echo " Volumes in $STACK loeschen..."
cd $STACK
rm $STACK/volumes/* -rf
cd ..
rm $STACK/volumes/* -rfv
fi
done
}