Skip to content

Commit

Permalink
Add chmod +x
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Feb 26, 2024
1 parent 39e6362 commit 81e6a67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion valheim-modded/valheim-modded-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"steamcmd +force_install_dir /pufferpanel +login anonymous +app_update 896660 +quit",
"unzip ./denikson-BepInExPack_Valheim*.zip -d ./bepin_temp/",
"cp -r ./bepin_temp/BepInExPack_Valheim/. ./",
"rm -r ./bepin_temp"
"rm -r ./bepin_temp",
"chmod +x valheim_server.x86_64"
]
}
],
Expand Down
3 changes: 2 additions & 1 deletion valheim-modded/valheim-modded.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"commands": [
"unzip ./denikson-BepInExPack_Valheim*.zip -d ./bepin_temp/",
"cp -r ./bepin_temp/BepInExPack_Valheim/. ./",
"rm -r ./bepin_temp"
"rm -r ./bepin_temp",
"chmod +x valheim_server.x86_64"
]
}
],
Expand Down
3 changes: 2 additions & 1 deletion valheim/valheim-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
{
"type": "command",
"commands": [
"steamcmd +force_install_dir /pufferpanel +login anonymous +app_update 896660 +quit"
"steamcmd +force_install_dir /pufferpanel +login anonymous +app_update 896660 +quit",
"chmod +x valheim_server.x86_64"
]
}
],
Expand Down

0 comments on commit 81e6a67

Please sign in to comment.