fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/sh -ex
|
||||
#
|
||||
# values used on both the modserver and individual servers
|
||||
# ------------------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -x
|
||||
#!/bin/sh -ex
|
||||
#
|
||||
# 01. "should check code directly not $?"
|
||||
# shellcheck disable=2181
|
||||
@@ -18,7 +18,7 @@
|
||||
# ===================================================
|
||||
echo "Starting, attempting to load globals.sh"
|
||||
|
||||
GLOBALS_FILE="$PWD/lib/globals.sh"
|
||||
GLOBALS_FILE="$PWD/globals.sh"
|
||||
if [ -e "$GLOBALS_FILE" ] ; then
|
||||
chmod +x "$GLOBALS_FILE"
|
||||
. "$GLOBALS_FILE"
|
||||
|
||||
1
servers/mitch_chernarus_test/globals.sh
Symbolic link
1
servers/mitch_chernarus_test/globals.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../../lib/globals.sh
|
||||
1
servers/mitch_chernarus_test/server_start.sh
Symbolic link
1
servers/mitch_chernarus_test/server_start.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../../server_start.sh
|
||||
Reference in New Issue
Block a user