Skip to content

Commit 55a9283

Browse files
committed
Fix regression caused by #208 , should fix #209
1 parent 70f1ae5 commit 55a9283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/base/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fi
8585
[ -n "$BASE_SSH_ENABLE" ] || BASE_SSH_ENABLE=yes
8686

8787
#Store the commit used for CustomPiOS
88-
[ -n "$BASE_COMMIT" ] || BASE_COMMIT=$(git -C "${CUSTOM_PI_OS_PATH}" rev-parse HEAD)
88+
[ -n "$BASE_COMMIT" ] || BASE_COMMIT=$(git -C "${CUSTOM_PI_OS_PATH}" rev-parse HEAD) || true
8989

9090
#Memory split
9191
[ -n "$BASE_CONFIG_MEMSPLIT" ] || BASE_CONFIG_MEMSPLIT=default

0 commit comments

Comments
 (0)