blob: 0721421777fc769374ac209537d0e7195002275f [file] [edit]
#!/bin/bash
# Copyright 2018 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
if [[ -d "${BUILD_DIR}/test_demo_resources" ]]; then
mkdir -p "${STATEFUL_DIR}/unencrypted"
mv "${BUILD_DIR}/test_demo_resources" \
"${STATEFUL_DIR}/unencrypted/demo_mode_resources"
fi