From: Cameron Ball Date: Sun, 10 Mar 2019 07:28:58 +0000 (+0800) Subject: Remove debug echo X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=c04aa3c92e25bf74464d40d198463ac166ec9118;p=GrooveNet.git Remove debug echo --- diff --git a/ScoreSync.sh b/ScoreSync.sh index 7256176..8ed809a 100755 --- a/ScoreSync.sh +++ b/ScoreSync.sh @@ -72,7 +72,6 @@ if [ "$1" = "push" ]; then fi done - echo -e "$write_out" echo -e "$write_out" >> "${DIR}/$me.scores.txt" scp "$DIR/$me.scores.txt" groovenet@cameron1729.xyz:/mnt/media/GrooveNet fi