Fix keys location
This commit is contained in:
+1
-1
@@ -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'})
|
||||
|
||||
Reference in New Issue
Block a user