Skip to content

Commit

Permalink
fix export (c&p)
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jan 10, 2020
1 parent 7ce5f33 commit 4c29877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maintenance/scripts/apply_rnd_settings_as.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NUMBER=${NUMBER:-50}
OMEUSER=${OMEUSER:-user}
SUDOER=${SUDOER:-importer1}

export $OMERODIR
export OMERODIR
export PATH=$VENV_SERVER/bin:$PATH

for ((i=1;i<=$NUMBER;i++));
Expand Down
2 changes: 1 addition & 1 deletion maintenance/scripts/create_groups_users.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PASSWORD=${PASSWORD:-omero}
HOST=${HOST:-workshop.openmicroscopy.org}
SETUP=${SETUP:-create_groups_users_setup}

export $OMERODIR
export OMERODIR
export PATH=$VENV_SERVER/bin:$PATH

omero login -u ${SUDOER} -s $HOST -w $PASSWORD
Expand Down

0 comments on commit 4c29877

Please sign in to comment.