diff --git a/openbis_all/source/bash/clone_openbis_display_settings.sh b/openbis_all/source/bash/clone_openbis_display_settings.sh index 46b8fde08e491045ac329c70fb52c1b5c2ef3d2e..ee011f4ea3c1a2f9a6c73a15cd6f6d04155ef4ca 100644 --- a/openbis_all/source/bash/clone_openbis_display_settings.sh +++ b/openbis_all/source/bash/clone_openbis_display_settings.sh @@ -10,4 +10,4 @@ then exit 1 fi -psql -d openbis_productive -Uopenbis -c "update persons set display_settings=(select display_settings from persons where user_id='${SOURCE_USER}') where user_id='${TARGET_USER}'" +psql -U openbis -d openbis_productive -Uopenbis -c "update persons set display_settings=(select display_settings from persons where user_id='${SOURCE_USER}') where user_id='${TARGET_USER}'"