mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 00:30:05 +01:00
fix BASTILLE_VERSION
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
PATH=${PATH}:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
|
PATH=${PATH}:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
|
||||||
|
|
||||||
BASTILLE_VERSION=aec0630
|
BASTILLE_VERSION=0.14.20250420
|
||||||
|
|
||||||
## check for config existence
|
## check for config existence
|
||||||
bastille_conf_check() {
|
bastille_conf_check() {
|
||||||
@@ -120,8 +120,8 @@ Available Commands:
|
|||||||
|
|
||||||
Use "bastille -v|--version" for version information.
|
Use "bastille -v|--version" for version information.
|
||||||
Use "bastille command -h|--help" for more information about a command.
|
Use "bastille command -h|--help" for more information about a command.
|
||||||
Use "bastille [-c|--config FILE] command" to specify a non-default config file.
|
Use "bastille -c|--config FILE command" to specify a non-default config file.
|
||||||
Use "bastille [-p|--parallel VALUE] command" to run bastille in parallel mode.
|
Use "bastille -p|--parallel VALUE command" to run bastille in parallel mode.
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
exit 1
|
exit 1
|
||||||
@@ -214,7 +214,6 @@ case "${CMD}" in
|
|||||||
import| \
|
import| \
|
||||||
limits| \
|
limits| \
|
||||||
list| \
|
list| \
|
||||||
migrate| \
|
|
||||||
network| \
|
network| \
|
||||||
rcp| \
|
rcp| \
|
||||||
rdr| \
|
rdr| \
|
||||||
@@ -235,6 +234,7 @@ case "${CMD}" in
|
|||||||
destroy| \
|
destroy| \
|
||||||
jcp| \
|
jcp| \
|
||||||
limits| \
|
limits| \
|
||||||
|
migrate| \
|
||||||
mount| \
|
mount| \
|
||||||
pkg| \
|
pkg| \
|
||||||
restart| \
|
restart| \
|
||||||
|
|||||||
Reference in New Issue
Block a user