Cosmetical in backend
Supress error when we rebuild rootfs cache
This commit is contained in:
parent
9b0dd2b839
commit
f43db66d32
@ -246,6 +246,9 @@ if [[ $BUILD_DESKTOP == "yes" ]]; then
|
||||
error_msg+="$(cat "${DESKTOP_ENVIRONMENT_DIRPATH}/only_for")"
|
||||
fi
|
||||
|
||||
# supress error when cache is rebuilding
|
||||
[[ -n "$ROOT_FS_CREATE_ONLY" ]] && exit 0
|
||||
|
||||
exit_with_error "${error_msg}"
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user