generated from oci/template
rebase to dotnet containter
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 57s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 57s
This commit is contained in:
parent
6531e9422a
commit
7e2e006c62
10 changed files with 33 additions and 109 deletions
3
scripts/00_setup.sh
Normal file → Executable file
3
scripts/00_setup.sh
Normal file → Executable file
|
@ -17,7 +17,7 @@ export DEFAULT_RESONITE_ARGS="-LogsPath /data/resonite/logs \
|
|||
-HeadlessConfig $CONFIG_FILE \
|
||||
$RESONITE_ARGS"
|
||||
|
||||
mkdir -p /data/home /data/resonite /data/steamcmd /etc/crystite/conf.d
|
||||
mkdir -p /data/home /data/resonite /data/steamcmd
|
||||
## Have to do this here, as otherwise stuff doesnt work for some reason
|
||||
# using source so runtime vars can be updated as needed
|
||||
source /scripts/01_install.sh
|
||||
|
@ -35,7 +35,6 @@ if [ "$RUN_AS" != "" ]; then
|
|||
|
||||
export HOME="/home/user"
|
||||
chown $USER_ID:$GROUP_ID /data -R
|
||||
chown $USER_ID:$GROUP_ID /etc/crystite -R
|
||||
|
||||
echo "executing command: $COMMAND"
|
||||
exec sudo -E -u user $COMMAND
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue