Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion minecraft
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ log_roll() {
as_user "mkdir -p $path"

shopt -s extglob
for FILE in $(ls $MCPATH/*.log)
for FILE in $(ls $MCPATH/logs/*.log) # Workaround, getting info from $SERVERLOG would be better
do
as_user "cp $FILE $path"
# only if previous command was successful
Expand Down