Fix keys location
This commit is contained in:
parent
e1e8c67e5f
commit
ce85914415
|
|
@ -27,7 +27,7 @@ def requestsync():
|
|||
subprocess.run(['rsync',
|
||||
'-ravzL',
|
||||
'-e',
|
||||
'ssh -i /root/.ssh/id_rsa',
|
||||
'ssh -i /app/keys/id_rsa',
|
||||
REMOTE_DIRECTORY,
|
||||
LOCAL_DEST], check=True)
|
||||
return jsonify({'status': 'OK'})
|
||||
|
|
|
|||
Loading…
Reference in New Issue