mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Fix update_engine_checkpoint.sh (#738)
* I think a string interpolation was missing * return is only available in functions
This commit is contained in:
@@ -21,9 +21,9 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
export NODE_PATH=_build:_build/core:_build/stubs:_build/ext
|
||||
source $SCRIPT_DIR/get_checkpoint_path.sh
|
||||
|
||||
if [[ -z "GRIST_CHECKPOINT" ]]; then
|
||||
if [[ -z "$GRIST_CHECKPOINT" ]]; then
|
||||
echo "Skipping checkpoint generation"
|
||||
return
|
||||
exit 0
|
||||
fi
|
||||
|
||||
export GRIST_CHECKPOINT_MAKE=1
|
||||
|
||||
Reference in New Issue
Block a user