blob: 9c111f1dd6499ca435ecfa0572ece9ed08799c9f [file] [log] [blame]
#!/bin/bash
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# 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