From b55a449a3c49ee285d7e1bc7ce7082ad6109fbf1 Mon Sep 17 00:00:00 2001 From: Luke Tidd Date: Sat, 18 Nov 2023 16:56:15 -0500 Subject: [PATCH] [sync_encode_sync] for tty allocation to stop annoying error --- sync_encode_sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync_encode_sync b/sync_encode_sync index 7daf2bb..082f6cb 100755 --- a/sync_encode_sync +++ b/sync_encode_sync @@ -1,7 +1,7 @@ #!/bin/bash rsync -a --progress --delete /data/music/flac/ thrakkorzog:/home/luket/flac -ssh thrakkorzog 'cd /home/luket/git/library_works && ./encode_all' +ssh -tt thrakkorzog 'cd /home/luket/git/library_works && ./encode_all' if [[ "$?" == 0 ]]; then rsync -a --progress --delete thrakkorzog:/home/luket/opus/ /data/music/opus else