Revert to sad thing

This commit is contained in:
2022-05-27 09:47:25 -05:00
parent b62e99a0df
commit f0005c614d
3 changed files with 13 additions and 29 deletions

View File

@@ -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