fickit: Fix preparation and deploy

This commit is contained in:
nemunaire 2023-10-23 18:43:33 +02:00
commit a109c6d341
3 changed files with 4 additions and 4 deletions

View file

@ -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."