minor fix
This commit is contained in:
parent
4f24f133b7
commit
657393e696
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ fi
|
|||
|
||||
LAYOUT_FILE=$LAYOUT_PATH/layout-"$LAYOUT_NAME".json
|
||||
|
||||
if [ ! -f "$LAYOUT_FILE" ]; then
|
||||
if [ "$ACTION" == "LOAD LAYOUT"] && [ ! -f "$LAYOUT_FILE" ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue