~aleteoryx/muditaos

f87de8aae5eaa3f9260493e4ed18ecd1f41bd88d — GravisZro 4 years ago a4a0031
[EGD-8258] Fix directory name in config scripts

For the bootscript.sh and run_runner_docker script to run, the
directory name for common_scripts_lib must be spelled correctly.
2 files changed, 3 insertions(+), 3 deletions(-)

M config/bootstrap.sh
M config/run_runner_docker
M config/bootstrap.sh => config/bootstrap.sh +2 -2
@@ 1,5 1,5 @@
#!/bin/bash -e
# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
# Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved.
# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#####################################################################


@@ 16,7 16,7 @@ SCRIPT=$(readlink -f $0)
SCRIPT_DIR="$(dirname ${SCRIPT})"

. ${SCRIPT_DIR}/bootstrap_config
. ${SCRIPT_DIR}/common_scripsts_lib
. ${SCRIPT_DIR}/common_scripts_lib

function test_if_run_as_root() {
    echo -e "\e[32m${FUNCNAME[0]}\e[0m"

M config/run_runner_docker => config/run_runner_docker +1 -1
@@ 4,7 4,7 @@ SCRIPT=$(readlink -f $0)
SCRIPT_DIR="$(dirname ${SCRIPT})"
SRC_ROOT=$(readlink -f ${SCRIPT_DIR}/..)

. ${SRC_ROOT}/config/common_scripsts_lib
. ${SRC_ROOT}/config/common_scripts_lib
. ${SRC_ROOT}/config/bootstrap_config
. ${SRC_ROOT}/config/runner_settings