Skip to content

Commit

Permalink
Merge pull request #5 from Sudhishna/master
Browse files Browse the repository at this point in the history
script file permissions
  • Loading branch information
ydnath authored Mar 30, 2020
2 parents 11b6c2f + 2a4ab21 commit 7121993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jet/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ def main():
os.makedirs(dscripts)
log.info("copy file %s to %s/%s", project['scripts'], dscripts, project['scripts'])
shutil.copy(os.path.join(args.source, project['scripts']), dscripts)
script_file = "%s/%s" % (dscripts,project['scripts'])
os.chmod(script_file, 0o755)

content_manifest_file = '%s/manifest' % contents_pkg
log.info("create manifest file %s", content_manifest_file)
Expand Down

0 comments on commit 7121993

Please sign in to comment.