mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-13 17:48:39 +00:00
fix inspection
This commit is contained in:
parent
865292fae5
commit
330b938083
5
php.sh
5
php.sh
|
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
|
||||||
|
source "$SCRIPT_DIR/script2.sh"
|
||||||
|
|
||||||
# Include config
|
# Include config
|
||||||
. config.sh
|
. "$SCRIPT_DIR/config.sh"
|
||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
echo "No parameters provided."
|
echo "No parameters provided."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user