From 330b9380838de35c56669529096b941940f3ddbf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 1 Oct 2023 01:42:24 +0000 Subject: [PATCH] fix inspection --- php.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php.sh b/php.sh index 1a0bd66..0a99c46 100644 --- a/php.sh +++ b/php.sh @@ -1,7 +1,10 @@ #!/bin/bash +SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" +source "$SCRIPT_DIR/script2.sh" + # Include config -. config.sh +. "$SCRIPT_DIR/config.sh" if [ $# -eq 0 ]; then echo "No parameters provided."