File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/factorio-server-charts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ sources:
20
20
# This is the chart version. This version number should be incremented each time you make changes
21
21
# to the chart and its templates, including the app version.
22
22
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23
- version : 1.2.1
23
+ version : 1.2.2
24
24
25
25
# This is the version number of the application being deployed. This version number should be
26
26
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 52
52
fi
53
53
fi
54
54
if [ -f "/gamePassword/game_password" ]; then
55
- jq -M --rawfile game_password /gamePassword/game_password '.game_password=(game_password|gsub("[\\n\\t]"; ""))' /factorio/configs/server-settings.json > /tmp/server-settings.json && mv /tmp/server-settings.json /factorio/configs/server-settings.json
55
+ jq -M --rawfile game_password /gamePassword/game_password '.game_password=($ game_password|gsub("[\\n\\t]"; ""))' /factorio/configs/server-settings.json > /tmp/server-settings.json && mv /tmp/server-settings.json /factorio/configs/server-settings.json
56
56
fi
57
57
#sleep 100
58
58
chown -vR factorio:factorio /factorio
You can’t perform that action at this time.
0 commit comments