Skip to content

Commit

Permalink
Fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBortol authored Sep 6, 2024
1 parent 9bc0c6e commit ee8d064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .omeroci/app-config
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ value=$(get_app_name)
# Configuration commands

su - omero-web -c "env OMERODIR=$OMERODIR /opt/omero/web/venv3/bin/omero config set omero.web.apps '[\"$value\"]'"
su - omero-web -c "env OMERODIR=$OMERODIR /opt/omero/web/venv3/bin/omero config set omero.web.omero_vitessce.serveraddress '"http://localhost:4080"'
su - omero-web -c "env OMERODIR=$OMERODIR /opt/omero/web/venv3/bin/omero config set omero.web.omero_vitessce.serveraddress '"http://localhost:4080"'"

0 comments on commit ee8d064

Please sign in to comment.