From 5429d20050820fdb4e54b02a176fd244028dd0ee Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Sun, 10 Mar 2019 18:02:40 +0800 Subject: [PATCH] Put the last played nodes in the right spot --- ScoreSync.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ScoreSync.sh b/ScoreSync.sh index 0ed8f84..103effb 100755 --- a/ScoreSync.sh +++ b/ScoreSync.sh @@ -173,6 +173,8 @@ if [ "$1" = "apply" ]; then \n42069\ \n\ \n\ +\n2019-03-10\ +\n1\ \n" processed_pranks[$j]+="pranked" @@ -213,6 +215,8 @@ if [ "$1" = "apply" ]; then \n42069\ \n\ \n\ +\n2019-03-10\ +\n1\ \n" echo "Song : $song_dir" @@ -227,7 +231,7 @@ if [ "$1" = "apply" ]; then done done - new_nodes="$new_nodes\n2019-03-10\n1\n" + new_nodes="$new_nodes\n" fi done -- 2.11.0