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