Skip to content

Commit

Permalink
fix(update): add missing log location
Browse files Browse the repository at this point in the history
  • Loading branch information
simylein committed Sep 27, 2023
1 parent cc83e36 commit ebe8392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ else
newExecutableServerFile="${serverDirectory}/minecraft-server.${version}.jar"
# if new server-file exists remove old server-file
if [ -s "${newExecutableServerFile}" ]; then
Log "ok" "download successful"
Log "ok" "download successful" "${screenLog}"
Print "ok" "download successful"
Log "info" "updating server.settings for startup with new server version ${version}" "${screenLog}"
Print "info" "updating server.settings for startup with new server version ${version}"
Expand Down

0 comments on commit ebe8392

Please sign in to comment.