We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58586ce commit 7ac21b7Copy full SHA for 7ac21b7
run.sh
@@ -126,8 +126,8 @@ if [ -f "/config/ServerSettings.${SERVERQUERYPORT}" ]; then
126
fi
127
# temporary migration to new format
128
129
-cp -a "/config/saved/server/." "/config/backups/"
130
-cp -a "${GAMESAVESDIR}/server/." "/config/backups" # useful after the first run
+cp -r "/config/saved/server/." "/config/backups/"
+cp -r "${GAMESAVESDIR}/server/." "/config/backups" # useful after the first run
131
rm -rf "$GAMESAVESDIR"
132
ln -sf "/config/saved" "$GAMESAVESDIR"
133
cp /home/steam/*.ini "${GAMECONFIGDIR}/Config/LinuxServer/"
0 commit comments