Fix keys location

This commit is contained in:
2025-03-27 07:05:44 -06:00
parent e1e8c67e5f
commit ce85914415
+1 -1
View File
@@ -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'})