mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
variable name
This commit is contained in:
parent
f9127fdcd6
commit
24662dd16d
@ -252,7 +252,7 @@ function yank_gs {
|
|||||||
|
|
||||||
read INPUT_WARPCORE
|
read INPUT_WARPCORE
|
||||||
|
|
||||||
if [ $INPUT_WARPCORE != "WARP-CORE-EJECT" ]
|
if [ "${INPUT_WARPCORE}" != "WARP-CORE-EJECT" ]
|
||||||
then
|
then
|
||||||
MESSAGE="${TASKTYPE} Aborted"
|
MESSAGE="${TASKTYPE} Aborted"
|
||||||
echo_info
|
echo_info
|
||||||
|
Loading…
Reference in New Issue
Block a user