mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
New fix to double quotes lines 43 & 44
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user