From 824c5064675603f36c1daed9194119cf676c714a Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 26 Oct 2019 18:43:55 +0200 Subject: [PATCH] Some client related changes --- scripts/deploy_ui_files.sh | 2 +- shared/html/index.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/deploy_ui_files.sh b/scripts/deploy_ui_files.sh index ac328e20..31042ad1 100755 --- a/scripts/deploy_ui_files.sh +++ b/scripts/deploy_ui_files.sh @@ -52,7 +52,7 @@ for file in $(find ${TMP_DIR_NAME} -name '*.php'); do echo "Evaluating php file $file" __cur_dir=$(pwd) cd $(dirname ${file}) - RESULT=$(php "${file}" 2> /dev/null) + RESULT=$(php "$(basename ${file})" 2> /dev/null) CODE=$? if [[ ${CODE} -ne 0 ]]; then echo "Failed to evaluate php file $file!" diff --git a/shared/html/index.php b/shared/html/index.php index d1d80b8e..0c899fdd 100644 --- a/shared/html/index.php +++ b/shared/html/index.php @@ -12,6 +12,7 @@ +