Remove exit
authorCameron Ball <cameron@cameron1729.xyz>
Sun, 14 Apr 2019 13:35:30 +0000 (21:35 +0800)
committerCameron Ball <cameron@cameron1729.xyz>
Sun, 14 Apr 2019 13:35:30 +0000 (21:35 +0800)
ScoreSync.sh

index 95948c8..c785c53 100755 (executable)
@@ -391,7 +391,6 @@ if [ "$1" = "apply" ]; then
         # only try find files for which there is actually nothing in scores.txt
         if [ "$had_score" = false ] && [ -z "${null_files[${hash}]}" ]; then
             echo "$hash had no score and is not in nulls"
-            exit
             song="${hash_map[${hash}]}"
             song=$(echo $song | sed 's/`/\\\`/g')
             xmlstarlet_orphans_cmd="$xmlstarlet_orphans_cmd -i \"//SongScores//Song[@Dir=\\\"Songs/${song}/\\\"]//Steps//HighScore[1]//PercentDP\" \