Skip to content

Commit 5fb1e06

Browse files
committed
refactor(bin): Move configuration file to executable directory
Moved the configuration file for VNyanNet from the server directory to the bin directory where the executable file (VNyanNet.exe) resides. This change aims to keep all necessary files together with the executable, improving organization and ease of access.
1 parent bd4f6a3 commit 5fb1e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SERVER_DIR="/server"
88
BIN_DIR="$SERVER_DIR/bin"
99

1010
EXE_FILE="$BIN_DIR/VNyanNet.exe"
11-
CONFIG_FILE="$SERVER_DIR/VNyanNet.cfg"
11+
CONFIG_FILE="$BIN_DIR/VNyanNet.cfg"
1212
VERSION_FILE="$SERVER_DIR/VERSION.txt"
1313

1414
ZIP_FILE="$SERVER_DIR/VNyanNetServer.zip"

0 commit comments

Comments
 (0)