Clarified working directory

This commit is contained in:
Martin Røed Jacobsen 2015-10-27 12:56:17 +01:00
parent 913f1d0114
commit 124ea93bfe
1 changed files with 3 additions and 2 deletions

View File

@ -15,10 +15,11 @@ Perform the following steps in the written order.
adduser --system --home /home/saiban --uid 256 --group --gecos "Space Engineers" saiban adduser --system --home /home/saiban --uid 256 --group --gecos "Space Engineers" saiban
``` ```
- Change to the new user by issuing the following command. - Change to the new user and move into its home directory by issuing the following commands.
```bash ```bash
sudo -u saiban /bin/bash sudo -u saiban /bin/bash
cd
``` ```
- Create the required directory structure. - Create the required directory structure.
@ -52,7 +53,7 @@ games/space-engineers/docker/build.sh
``` ```
## Updating ## Updating
Update Space Engineers by replacing the `DedicatedServer.zip` by an updated version and restarting the server. Update Space Engineers by replacing the `DedicatedServer.zip` with an updated version and restarting the server.
## Managing the server ## Managing the server