fickit: Fix preparation and deploy
This commit is contained in:
parent
0c7f5b88df
commit
a109c6d341
3 changed files with 4 additions and 4 deletions
|
|
@ -95,10 +95,10 @@ files:
|
|||
fi
|
||||
elif [ "${AUTOPREPARE}" == "backend" ]
|
||||
then
|
||||
DEFAULT_BOOT=1
|
||||
DEFAULT_BOOT=0
|
||||
elif [ "${AUTOPREPARE}" == "frontend" ]
|
||||
then
|
||||
DEFAULT_BOOT=0
|
||||
DEFAULT_BOOT=1
|
||||
else
|
||||
echo
|
||||
echo "Invalid fickit.autoprepare value: got $AUTOPREPARE, expected frontend or backend."
|
||||
|
|
|
|||
Reference in a new issue