fixed some mistakes
This commit is contained in:
parent
35302bf90a
commit
c2fb804281
@ -31,20 +31,24 @@ This script includes an autoupdate feature which checks if changes to the script
|
|||||||
Replace $jailname with the name of the jail you want to install.
|
Replace $jailname with the name of the jail you want to install.
|
||||||
For supported jails, please see this readme or config.yml.example
|
For supported jails, please see this readme or config.yml.example
|
||||||
|
|
||||||
|
- First: CD into the directory you downloaded jailman into (see above)
|
||||||
|
example:
|
||||||
|
`cd /root/jailman`
|
||||||
|
|
||||||
- Install:
|
- Install:
|
||||||
`jailman.sh -i $jailname`
|
`./jailman.sh -i $jailname`
|
||||||
Example:
|
Example:
|
||||||
`jailman.sh -i sonarr`
|
`./jailman.sh -i sonarr`
|
||||||
|
|
||||||
- ReInstall:
|
- ReInstall:
|
||||||
`jailman.sh -r $jailname`
|
`./jailman.sh -r $jailname`
|
||||||
Example:
|
Example:
|
||||||
`jailman.sh -r sonarr`
|
`./jailman.sh -r sonarr`
|
||||||
|
|
||||||
- Destroy
|
- Destroy
|
||||||
`jailman.sh -d $jailname`
|
`./jailman.sh -d $jailname`
|
||||||
Example:
|
Example:
|
||||||
`jailman.sh -d sonarr`
|
`./jailman.sh -d sonarr`
|
||||||
|
|
||||||
You can also do multiple jails in one pass:
|
You can also do multiple jails in one pass:
|
||||||
Example:
|
Example:
|
||||||
|
Loading…
Reference in New Issue
Block a user