minor fix

This commit is contained in:
Tomas Baca 2018-11-03 11:15:41 +01:00
parent 4f24f133b7
commit 657393e696

View file

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