Skip to content

Commit

Permalink
Merge pull request #47 from redBorder/webui_integration_testing
Browse files Browse the repository at this point in the history
Change port to 8001 according to webui.conf
  • Loading branch information
manegron authored Dec 5, 2023
2 parents c0384e0 + d158d4a commit 730a733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/services/webui_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
require 'json'
set :os, family: 'redhat', release: '9', arch: 'x86_64'

service = 'webui' # Reemplaza con el nombre real de tu servicio web
port = 80 # Ajusta de acuerdo con el puerto en el que se ejecuta tu Web UI
service = 'webui'
port = 8001

service_status = command("systemctl is-enabled #{service}").stdout.strip

Expand Down

0 comments on commit 730a733

Please sign in to comment.