Revert to sad thing
This commit is contained in:
@@ -1,10 +1,2 @@
|
||||
HOST_FILE=/root/.wine/drive_c/vrisingserver/VRisingServer_Data/StreamingAssets/Settings/ServerHostSettings.json
|
||||
GAME_FILE=/root/.wine/drive_c/vrisingserver/VRisingServer_Data/StreamingAssets/Settings/ServerGameSettings.json
|
||||
ADMIN_FILE=/root/.wine/drive_c/vrisingserver/VRisingServer_Data/StreamingAssets/Settings/adminlist.txt
|
||||
BAN_FILE=/root/.wine/drive_c/vrisingserver/VRisingServer_Data/StreamingAssets/Settings/banlist.txt
|
||||
if [ -f "$HOST_FILE" -a -f "$GAME_FILE" -a -f "$ADMIN_FILE" -a -f "$BAN_FILE"]; then
|
||||
echo "Starting Server"
|
||||
xvfb-run -a wine /root/.wine/drive_c/vrisingserver/VRisingServer.exe
|
||||
else
|
||||
echo "Copy over config files to the settings folder"
|
||||
fi
|
||||
echo "Starting Server"
|
||||
xvfb-run -a wine /root/.wine/drive_c/vrisingserver/VRisingServer.exe
|
||||
|
||||
Reference in New Issue
Block a user