Skip to content

Commit

Permalink
#1113 fix permissions update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Aug 10, 2022
1 parent cfc9b82 commit fa7fe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/build-customimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ build-image() {
# Update and save json file with dockerImage value
mkdir -p ${destinationpath}/${workername}
updatejsonfile ${jsonpath} ${destinationpath}/${workername}/$(basename ${jsonpath})
updatepermissions ${destinationpath}/${workername}/$(basename ${jsonpath}) $(stat -c '%u' ${destinationpath}) $(stat -c '%g' ${destinationpath})
updatepermissions ${destinationpath}) $(stat -c '%u' ${destinationpath}) $(stat -c '%g' ${destinationpath})
log success "\nDocker image for your ${neurontype} has been built successfully.
Image name: ${dockerimagename}
JSON file updated and saved in: ${destinationpath}/${workername}/$(basename ${jsonpath})"
Expand Down

0 comments on commit fa7fe4b

Please sign in to comment.