fix inspection

This commit is contained in:
Dennis Eichhorn 2023-10-01 01:42:24 +00:00
parent 865292fae5
commit 330b938083

5
php.sh
View File

@ -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."