summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpc-flacinfo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpc-flacinfo.sh b/mpc-flacinfo.sh
index efcbd46..b57929e 100644
--- a/mpc-flacinfo.sh
+++ b/mpc-flacinfo.sh
@@ -10,4 +10,4 @@ FLACINFO="bin/flacinfo"
file=$MUSIC_PATH/$(mpc -h "$HOST" -p "$PORT" current -f "%file%")
echo "$file"
-echo "$PRECOMMAND && echo \"'$file'\" && $FLACINFO \"$file\"" | ssh -T $USER@$HOST
+echo "$PRECOMMAND && $FLACINFO \"$file\"" | ssh -T $USER@$HOST