Skip to content

Commit

Permalink
Fix for rev stdin error
Browse files Browse the repository at this point in the history
rev: stdin: Invalid or incomplete multibyte or wide character
  • Loading branch information
taniman committed Apr 11, 2019
1 parent 2e78bab commit a3b62cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

### Linux .jar Update Script for ProfitTrailer
### LAST UPDATED 20 Mar 2019
### LAST UPDATED 11 Apr 2019

### Place this script in the root folder where all your individual bot folders are and then execute it.
### For simplicity each ProfitTrailer.jar file should be nested exactly one subfolder.
Expand All @@ -16,6 +16,9 @@
### execute using ./linux-update.sh https://cdn.discordapp.com/exampleurlonly/ProfitTrailer-2.0.4-B1.jar.zip to download a beta version from a link
### the link must contain the "ProfitTrailer-2.0.4-B1.jar.zip" portion to work though the ".jar" and "-B#" can be missing.

### Set all child processes to this locale language to prevent rev from breaking
export LC_ALL='en_US.UTF-8'

###Get the Directory and filename of the script###
DIR=$(dirname "$(readlink -f "$0")")
script=$(basename "$0")
Expand Down

0 comments on commit a3b62cd

Please sign in to comment.