Skip to content

Commit

Permalink
Merge pull request #141 from fernandoacorreia/master
Browse files Browse the repository at this point in the history
Fix STORECMD: command not found
  • Loading branch information
Ahtenus committed Jul 16, 2013
2 parents 6dd7245 + 7ad2282 commit 5885763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft
Expand Up @@ -303,7 +303,7 @@ mc_whole_backup() {
then
as_user "$COMPRESSCMD $path/whole-backup$ARCHIVEENDING $MCPATH $exclude"
else
as_user "STORECMD $path/whole-backup$STOREDENDING $MCPATH $exclude"
as_user "$STORECMD $path/whole-backup$STOREDENDING $MCPATH $exclude"
fi
}

Expand Down

0 comments on commit 5885763

Please sign in to comment.