Skip to content

Commit 3b9284b

Browse files
committed
fix path name
1 parent d433a01 commit 3b9284b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/config/mrt/menu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ items:
611611
items:
612612
- title: LDAP Status
613613
route: /infra/ecs/ldap-status
614+
disable: docker
614615
- title: Users
615616
route: /ldap/users
616617
- title: Create LDAP User

app/lib/routes/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def self.registered(app)
123123
end
124124

125125
app.get '/infra/ecs/ldap-status' do
126-
UC3Resources::ServicesClient.new.execute_command('/ldap-status.sh2')
126+
UC3Resources::ServicesClient.new.execute_command('/ldap-status.sh')
127127
sleep 5
128128
redirect "/ops/s3-reports/retrieve?report=#{URI.encode_www_form_component('ldap/status.txt')}"
129129
end

0 commit comments

Comments
 (0)