fix BASTILLE_VERSION

This commit is contained in:
tschettervictor
2025-05-07 11:58:29 -06:00
committed by GitHub
parent ae07cb1d56
commit 5733060979

View File

@@ -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| \