Added correct folder

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-22 20:38:12 +01:00
parent f34c235804
commit 31fef30a09

View File

@ -13,7 +13,7 @@ Be carefull what you do. This code you can execute:
``` ```
systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl disable {} && systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl disable {} &&
systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl stop {} && systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl stop {} &&
rm -rv /a rm -rv /matrix/
``` ```
## Alternativ Matrix Setup Role ## Alternativ Matrix Setup Role