From fba3654ad6d87ceb19cab3a36541aaaed20db7ea Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Wed, 14 Jul 2021 20:12:51 -0400 Subject: [PATCH] remove -f from directions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d013fef..5298329 100644 --- a/README.md +++ b/README.md @@ -449,14 +449,14 @@ sudo systemctl disable Mistborn- Locate the correct folder: `sudo ls -ahl /opt/mistborn_volumes/extra/` **Be careful:** -Now remove the folder: `sudo rm -rf /opt/mistborn_volumes/extra/` +Now remove the folder: `sudo rm -r /opt/mistborn_volumes/extra/` - Remove the variables file Locate the file: `sudo ls -ahl /opt/mistborn/.envs/.production/` **Be careful:** -Now remove the file: `sudo rm -f /opt/mistborn/.envs/.production/.` +Now remove the file: `sudo rm /opt/mistborn/.envs/.production/.` Now you can restart the service from the GUI or manually and it should be a first run experience.