Skip to content

Commit

Permalink
add --skip-if-user-logged-in
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Apr 6, 2024
1 parent 89501e4 commit 6ce0dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/initial/get_glorys_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ -z "$username" ] || [ -z "$password" ]; then
fi

# Log in to copernicus Marine
command_string="copernicusmarine login --username $username --password $password"
command_string="copernicusmarine login --username $username --password $password --skip-if-user-logged-in"
eval "$command_string"

# Product and dataset IDs
Expand Down

0 comments on commit 6ce0dda

Please sign in to comment.