Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HUMENTH authored Oct 22, 2024
1 parent 1473997 commit 84a77d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ Batch mode requires specifying an encrypted password in process-conf.xml, config

Execute the following command to generate an encryption key file on Mac (Replace `dataloader_console` with `dataloader.sh` on Linux):

./dataloader_console -k [<encryption key file>] run.mode=encrypt
./dataloader_console -k [<encryption key file>] run.mode=encrypt

OR

java -jar dataloader-x.y.z.jar -k [<encryption key file>] run.mode=encrypt
java -jar dataloader-x.y.z.jar -k [<encryption key file>] run.mode=encrypt

Execute the following command to encrypt a password on Mac (Replace `dataloader_console` with `dataloader.sh` on Linux):

Expand Down

0 comments on commit 84a77d2

Please sign in to comment.