Update script paths in README
This commit is contained in:
parent
5c03e736f7
commit
ee0d114b08
1 changed files with 3 additions and 3 deletions
|
|
@ -150,7 +150,7 @@ These steps can be performed automatically.
|
|||
To do so, use:
|
||||
|
||||
```bash
|
||||
sudo bash /factory/provision.sh SLUG
|
||||
sudo bash /distillery/provision.sh SLUG
|
||||
```
|
||||
|
||||
## Purge an existing WissKI instance -- 'purge.sh'
|
||||
|
|
@ -162,7 +162,7 @@ In particular all parts belonging to it should be removed.
|
|||
To use it, run:
|
||||
|
||||
```bash
|
||||
sudo bash /factory/purge.sh SLUG
|
||||
sudo bash /distillery/purge.sh SLUG
|
||||
```
|
||||
|
||||
## Open a shell -- 'shell.sh'
|
||||
|
|
@ -171,7 +171,7 @@ Sometimes manual changes to a given WissKI instance are required.
|
|||
For this purpose, you can use:
|
||||
|
||||
```bash
|
||||
sudo bash /factory/shell.sh SLUG
|
||||
sudo bash /distillery/shell.sh SLUG
|
||||
```
|
||||
|
||||
This will open a shell in the provided WissKI instance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue