From a819f628866ff61ff5cce338511da71db9f830c5 Mon Sep 17 00:00:00 2001 From: timekills Date: Wed, 23 Jan 2019 20:50:27 +0430 Subject: [PATCH] Fixed double quotes in lines 43 & 44 --- apps/plexsync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/plexsync.yml b/apps/plexsync.yml index b25e815..bcefc29 100644 --- a/apps/plexsync.yml +++ b/apps/plexsync.yml @@ -40,8 +40,8 @@ - 'S1_SSH_HOST=ssh.timekills.info' - 'S1_SSH_PORT=22' - 'S1_SSH_PATH=/config/Library/Application Support/Plex Media Server/Plug-in Support/Databases' - - "S1_START=ssh -oStrictHostKeyChecking=no -i /sshkey root@ssh.timekills.info 'cd /; docker start plex'" - - "S1_STOP=ssh -oStrictHostKeyChecking=no -i /sshkey root@ssh.timekills.info 'cd /; docker stop plex'" + - 'S1_START=ssh -oStrictHostKeyChecking=no -i /sshkey root@ssh.timekills.info \'cd /; docker start plex\'' + - 'S1_STOP=ssh -oStrictHostKeyChecking=no -i /sshkey root@ssh.timekills.info \'cd /; docker stop plex\'' - 'S2_DB_PATH=/config/Library/Application Support/Plex Media Server/Plug-in Support/Databases/' - 'S2_START=cd /; docker start plex' - 'S2_STOP=cd /; docker stop plex'