We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f1ae5 commit 55a9283Copy full SHA for 55a9283
1 file changed
src/modules/base/config
@@ -85,7 +85,7 @@ fi
85
[ -n "$BASE_SSH_ENABLE" ] || BASE_SSH_ENABLE=yes
86
87
#Store the commit used for CustomPiOS
88
-[ -n "$BASE_COMMIT" ] || BASE_COMMIT=$(git -C "${CUSTOM_PI_OS_PATH}" rev-parse HEAD)
+[ -n "$BASE_COMMIT" ] || BASE_COMMIT=$(git -C "${CUSTOM_PI_OS_PATH}" rev-parse HEAD) || true
89
90
#Memory split
91
[ -n "$BASE_CONFIG_MEMSPLIT" ] || BASE_CONFIG_MEMSPLIT=default
0 commit comments