Skip to content

Commit

Permalink
Configure Address properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Apr 4, 2024
1 parent 30b6353 commit f154aae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file not shown.
3 changes: 1 addition & 2 deletions scripts/erpnext/data_import/generate-import-script.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ log.info("Found ${orderedCsvFiles.size()} ERPNext Configuration CSV files to imp

def scriptFile = "${project.build.directory}/${project.artifactId}-${project.version}/binaries/erpnext/scripts/data-import.sh" as Object

ant.echo(file: scriptFile, message: "#!/bin/bash\n", append: false)
ant.echo(file: scriptFile, message: "\n", append: true)
ant.echo(file: scriptFile, message: "#!/bin/bash\n\n", append: false)

/**
* For each sorted CSV file, generate a shell script command to import the file into the ERPNext instance.
Expand Down

0 comments on commit f154aae

Please sign in to comment.