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