Browse Source

remove -f from directions

merge-requests/89/head
Steven Foerster 5 years ago
parent
commit
fba3654ad6
  1. 4
      README.md

4
README.md

@ -449,14 +449,14 @@ sudo systemctl disable Mistborn-<service name> @@ -449,14 +449,14 @@ sudo systemctl disable Mistborn-<service name>
Locate the correct folder: `sudo ls -ahl /opt/mistborn_volumes/extra/`
**Be careful:**
Now remove the folder: `sudo rm -rf /opt/mistborn_volumes/extra/<service name>`
Now remove the folder: `sudo rm -r /opt/mistborn_volumes/extra/<service name>`
- 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/.<service name>`
Now remove the file: `sudo rm /opt/mistborn/.envs/.production/.<service name>`
Now you can restart the service from the GUI or manually and it should be a first run experience.

Loading…
Cancel
Save