Fix keys location

This commit is contained in:
Tristan Andrus 2025-03-27 07:05:44 -06:00
parent e1e8c67e5f
commit ce85914415
1 changed files with 1 additions and 1 deletions

View File

@ -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'})