Revert to sad thing
This commit is contained in:
7
run.sh
Executable file
7
run.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/sh
|
||||
mkdir settings
|
||||
mkdir saves
|
||||
chmod -R 777 settings
|
||||
chmod -R 777 saves
|
||||
cp config/* settings/
|
||||
docker run -dt -p 9876:9876/udp -p 9877:9877/udp -v "$(pwd)/saves":'/root/.wine/drive_c/users/root/AppData/LocalLow/Stunlock Studios/VRisingServer/Saves' -v "$(pwd)/settings":'/root/.wine/drive_c/vrisingserver/VRisingServer_Data/StreamingAssets/Settings/' --name rvrising rvrising
|
||||
Reference in New Issue
Block a user