Skip to content

Commit

Permalink
Change port to 8001 according to webui.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jsotofernandez committed Dec 4, 2023
1 parent 00fc1c6 commit d158d4a
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 d158d4a

Please sign in to comment.