diff --git a/admin/dashboard.py b/admin/dashboard.py index 76ff9b9..6762e84 100644 --- a/admin/dashboard.py +++ b/admin/dashboard.py @@ -166,7 +166,7 @@ def pastafari2_edit_global_ssh_keys(): if ssh_key_type in arr_type: - file_ssh_path='-f {}/id_rsa -q -N ""'.format(system_path) + file_ssh_path='-f {}id_rsa -q -N ""'.format(system_path) if not os.path.isfile(system_path+'id_rsa'):